Hi, this is the first time I am experiencing a major iOS release since I started developing, so I have some questions.
- My app doesn't work perfectly with iOS 15 beta how do I fix it?
- When I make my app from Xcode 13 after the final release will my app still run on iOS 14? As currently my app doesn't run on iOS 13 or 12 and I don't know why.
Thanks in advance
My app doesn't work perfectly with iOS 15 beta how do I fix it?
That's just a complain, not a description of the problem.
- Please show more details on the problems you get.
- Post error messages or screen shots.
- Is it on device ? On simulator ?
- Is it Xcode 13 RC or a beta release ?
When I make my app from Xcode 13 after the final release will my app still run on iOS 14
Yes. If you have defined the deployment targets to accept iOS 14 or below.
As currently my app doesn't run on iOS 13 or 12 and I don't know why.
Probably because you have not defined deployment targets correctly. You have to define in 2 places : Project and Targets. And note they may be different:
If you want your app to run on iOS 12, 13, 14, 15, select 12.0 in both.