-
Notifications
You must be signed in to change notification settings - Fork 522
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
[msbuild] Only pass -z to dsymutil when using Xcode 13.2 or earlier. #15254
Conversation
Apple removed the -z / --minimize option in Xocde 13.3, so now if you use it you get a warning: "ignoring unknown option: -z". So just don't pass -z when using Xcode >= 13.3 Ref: dotnet/runtime#66770 Ref: llvm/llvm-project@5d07dc8
🔥 Failed to compare API and create generator diff 🔥 Error: 'make' failed for the hash 0fa87fe. Pipeline on Agent |
💻 [PR Build] Tests on macOS Mac Catalina (10.15) passed 💻✅ All tests on macOS Mac Catalina (10.15) passed. Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌Tests failed on VSTS: simulator tests iOS. Test results6 tests failed, 142 tests passed.Failed tests
Pipeline on Agent XAMBOT-1042.Monterey |
Test failures are unrelated:
|
Apple removed the -z / --minimize option in Xocde 13.3, so now if you use it
you get a warning: "ignoring unknown option: -z".
So just don't pass -z when using Xcode >= 13.3
Ref: dotnet/runtime#66770
Ref: llvm/llvm-project@5d07dc8