dyld: dyld_sim not compatible mach-o

前端 未结 2 695

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 no

相关标签:
2条回答
  • 2020-12-25 12:53

    I had the same problem and found out that the architectures and valid architectures settings for my targets (and pods) were set wrong. iOS 11 doesn't support 32bit applications anymore, so I guess that took part in my problem..,

    I've deleted my architectures + valid architectures settings (made it default) and now it compiles and runs fine in both simulator and iOS 11 device. hope it helps u as well ;).

    0 讨论(0)
  • 2020-12-25 13:00

    You need to make these changes in build setting ... it works for me

    0 讨论(0)
提交回复
热议问题