-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
From @tipa on Thu, 02 Nov 2023 18:59:22 GMT
I read about the NativeAOT experimental feature here and wanted to give it a try right away.
The app can be downloaded via TestFlight and is significantly smaller than before (with the Mono AOT) - awesome! I also don't see any functional issues
Steps to Reproduce
- Add
<PublishAot>true</PublishAot>to .csproj dotnet publish- Upload resulting .ipa to App Store Connect
Expected Behavior
No warning/error
Actual Behavior
Email from Apple:
We identified one or more issues with a recent delivery for your app, "MyApp" 1.0.0 (1.0.0). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90999: Invalid executable - The executable in “MyApp.iOS.app” contains multiple segments with the executable permission bit set when it should only contain one.
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Environment
.NET8 RC2.1
Copied from original issue dotnet/macios#19387
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status