I recently got the M1 MacBook and it automatically updates you to Xcode 12 and I can’t use any simulators below iOS 14.Is there a way around this?
Note: Yes I have downloaded the older simulators
I recently got the M1 MacBook and it automatically updates you to Xcode 12 and I can’t use any simulators below iOS 14.Is there a way around this?
Note: Yes I have downloaded the older simulators
2
Answers
I was able to solve the different iOS version problems on the M1. For iOS 14 and up, go to
Excluded Architectures
inBuild Settings
and addarm64
. For lower iOS versions just clean and build and it should work. Only problem I still run into is my Quick/Nimble framework crashing through the lower iOS versions.Try clicking on your simulator icon to the right of
Run
button. At the bottom of popped up list you’ll findDownload Simulators
. Go there and pick the one you want.