I am currently investigating an issue with my app's slow launch time in Xcode 16. However, when I open the Launches pane in the Xcode Organizer, I can only see the report list, but I encounter an error message like the one below in the stack trace.
This issue also occurs in the Disk Writes, Energy, and Hangs panes, but not in the Crashes pane.
Can someone advise me on what steps I should take? Any help would be greatly appreciated.
Post
Replies
Boosts
Views
Activity
Let's say I have an app version of 1.1.0 that currently supports from iOS 14.0 and above, and now I'm planning to release an app version of 1.2.0 but I'm dropping the support for iOS 14.0 (meaning that the app v1.2.0 will only support iOS 15.0 and above).
Now let's say there's an issue happening in the app v1.1.0 but only affecting iOS 14 users and I somehow need to release a hotfix release. My question, is it possible to release an update of v1.1.1 but only targeted towards iOS 14 users while keeping the v1.2.0 for iOS 15 users and above?
If it is possible, how can I do that? Or if it's not possible, what kind of approach can I do to mitigate this kind of issue?