-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Clang++ exited with code 1 #211
Comments
Experiencing the same on Mac on Rider
|
@JimmyPun610 Maybe it makes sense to migrate iOS implementation to https://developer.apple.com/documentation/vision (similar to this one https://github.com/afriscic/BarcodeScanning.Native.Maui), since it's a bit harder to work with MLKit for iOS |
attaching a repro, this repo will build on VS for Mac, but fails on Rider and VS Code @ If you remove the barcode scanner package, it builds everywhere :( |
The problem is that this NuGet doesn't support the arm64 architecture in the simulator. See https://github.com/xamarin/xamarin-macios/wiki/.NET-8-release-notes#default-runtimeidentifiers for more information. |
Describe the bug
When connecting to a remote Mac, attempting the run the application will give the following error:
I am using the new .NET 8 update
The text was updated successfully, but these errors were encountered: