Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dyld: dyld_sim not compatible mach-o

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

like image 282
nOOb iOS Avatar asked Sep 20 '17 13:09

nOOb iOS


1 Answers

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

like image 137
Abhishek Mishra Avatar answered Sep 20 '22 22:09

Abhishek Mishra