dyld: dyld_sim not compatible mach-o

nOOb iOS picture nOOb iOS · Sep 20, 2017 · Viewed 13.2k times · Source

I installed Xcode 9 and trying to run my app on ios simulator 11.0. As soon as it launches the app its crashing giving this error. What does this error mean? If my app is not compatible with ios11.0, how can I check for the compatibily?

EDIT - Uploaded my valid Architectures

enter image description here

enter image description here

Answer

Abhishek Mishra picture Abhishek Mishra · Sep 26, 2017

You need to make these changes in build setting ... it works for me enter image description here