-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono][iossimulator] Undefined globalization symbols for iossimulator-arm64 #89925
Comments
Tagging subscribers to this area: @directhex Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=361365 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "Undefined symbols for architecture arm64",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
The runtime tests are failing on the iossimulator-arm64 only. @akoeplinger @ivanpovazan Any idea why those symbols are missing? The iossimulator-x64 works just fine and they should use the same pipeline. /cc: @mkhamoyan |
This is the same issue as xamarin/xamarin-macios#16223. We're seeing this because the AzDO build machines use Xcode 14 but the Helix machines are still using Xcode 13. We'll need to add the |
Applies the same fix as xamarin/xamarin-macios#16231. We recently started seeing the same issue in our runtime builds, see dotnet#89925. This is because the AzDO build machines use Xcode 14 but the Helix machines are still using Xcode 13 so linking an Xcode-14-built static library fails. Fixes dotnet#89925
Applies the same fix as xamarin/xamarin-macios#16231. We recently started seeing the same issue in our runtime builds, see #89925. This is because the AzDO build machines use Xcode 14 now but the Helix machines are still using Xcode 13 so linking an Xcode-14-built static library fails. This happens in e.g. libSystem.Native.a or libSystem.Globalization.Native.a (the two libraries where we're using Objective-C). Fixes #89925
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=361365
Build error leg or test failing: baseservices_exceptions.WorkItemExecution
Pull request: #89809
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=361365
Error message validated:
Undefined symbols for architecture arm64
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/3/2023 11:32:39 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: