-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 TestFlight Non-public API usage error ITMS-90338 for __dyld_find_unwind_sections using NativeAOT #90408
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescriptionWe are testing our app with NativeAOT and attempted to upload a build to TestFlight. We got an There were initially many additional symbols complained about, but these went away when we set invariant globalization. Reproduction StepsUpload a NativeAOT-compiled iOS app to TestFlight Expected behaviorNo errors Actual behavior
Regression?No response Known WorkaroundsNo response ConfigurationPool: Azure Pipelines dotnet sdk 8.0.100-preview.7.23376.3 Other informationNo response
|
Link to the discussion on Discord DotNetEvolution\apple: https://discord.com/channels/732297728826277939/732297808148824115/1139569699001213019 |
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsDescriptionWe are testing our app with NativeAOT and attempted to upload a build to TestFlight. We got an There were initially many additional symbols complained about, but these went away when we set invariant globalization. Reproduction StepsUpload a NativeAOT-compiled iOS app to TestFlight Expected behaviorNo errors Actual behavior
Regression?No response Known WorkaroundsNo response ConfigurationPool: Azure Pipelines dotnet sdk 8.0.100-preview.7.23376.3 Other informationNo response
|
Description
We are testing our app with NativeAOT and attempted to upload a build to TestFlight.
We got an
ITMS-90338: Non-public API usage
error about__dyld_find_unwind_sections
.There were initially many additional symbols complained about, but these went away when we set invariant globalization.
Reproduction Steps
Upload a NativeAOT-compiled iOS app to TestFlight
To see the smaller error message described here, set globalization to invariant.
Expected behavior
No errors
Actual behavior
Regression?
No response
Known Workarounds
No response
Configuration
Pool: Azure Pipelines
Image: macos-13
Agent: Hosted Agent
Current agent version: '3.225.0'
Operating System
macOS
13.5
22G74
Runner Image
Image: macos-13
Version: 20230801.2
Included Software: https://github.com/actions/runner-images/blob/macos-13/20230801.2/images/macos/macos-13-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-13%2F20230801.2
dotnet sdk 8.0.100-preview.7.23376.3
Other information
No response
The text was updated successfully, but these errors were encountered: