-
Notifications
You must be signed in to change notification settings - Fork 1.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
Library not loaded: @rpath/AppThinning.framework/Versions/A/AppThinning (Xcode 16) #24799
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
I was able to downgrade to Xcode 15.4 and continue developing with Net 8. Our team was able to find this documentation on the Apple Developer website stating that the requirements for iOS App submissions is at a minimum developing with Xcode 15. Starting April 2025 it would be required to use the iOS 18 SDK (xcode 16). Source 1: https://developer.apple.com/ios/submit/ I also turned off automatic updates for the app store so xcode won't update overnight with us knowing. Hope this helps! |
@lszl84 In case you need it you can install xcode 15.4 from this link: https://developer.apple.com/download/all/ Once it is installed you need to ensure that your command line tools point to 15.4 instead of 16. I am able to have both xcode 16 and 15.4 installed on my machine at the same time. If you are on MacOS Sequoia already someone has posted a workaround for issues with that. dotnet/macios#20802 (comment) |
Thank you for the feedback @lszl84. As @BrandanN21 pointed out, there is a issue on the xamarin-macios repo tracking this issue already. Please refer to that thread there for further updates. |
My app has been rejected five times by the Apple App Review team, with a lot of unclear logs that seem to indicate crashes caused by some UI library or something similar. I released my app using Xcode 15.4. Could this be the reason for these rejections? |
no |
Description
Xcode 16 is now officially released and required for AppStore distribution
However, after updating to Xcode 16, the MAUI apps stop building (VSCode, MacOS). I've read somewhere that Xcode support is planned for .NET 9, to be released in November. Does that mean we won't be able to publish MAUI apps for next few months?
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.82 SR8.2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
None
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: