So we have the same issue.
Xcode 16.0, app works well on iOS 18 and iOS 16. IT's crashing for iOS 17.*
In our case it was UI.framework that after renaming to CoreUI it works fine.
So it looks like both SwiftUI and UI cannot be a prefix for the framework.
BTW: Two years ago we have similar issue with having Settings.framework in the project.
Post
Replies
Boosts
Views
Activity
Finally I manage to resolve the issue.
Recommend to validate if the version is not with you using not Safari browser (I think that is the solution)
Try brutal force just creating required new version until it succeed
The same issue with our App. Re-subbmiting the app (via API) didn't help. We are still using Xcode 14.3.1 maybe that's the issue