The latest Preview Version 9.0.401 throws a "targets a different processor" Error while building on Azure DevOps. #3102
Unanswered
DonkeyKongJr
asked this question in
.NET MAUI
Replies: 2 comments 1 reply
-
We have the same issue when compiling the app on @DonkeyKongJr have you solved this issue? Thanks for any help! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey there! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since upgrading to the latest preview Version of Prim.Maui our CI Pipeline fails with a “targets a different processor” error.
CSC : error CS8012: Referenced assembly 'Prism.Maui, Version=9.0.401.20976, Culture=neutral, PublicKeyToken=null' targets a different processor. [/Users/runner/work/1/s/src/x/x/x.csproj::TargetFramework=net8.0-ios]
The latest version we used worked flawlessly. However, the local debug build works as well with the latest version. Are there any known issues?
We are using the macOS-13 vmImage with XCode 15.2.
Beta Was this translation helpful? Give feedback.
All reactions