Reputation: 11
I get an error when I try to load my application on iPhone7 in Xcode9.2. version of Iphone7 is ios11.0.
thanks for your help.
Upvotes: 1
Views: 1644
Reputation: 1049
In my case 'Standard Architectures' in Project's Build Settings was set, yet I was getting this error. So the thing that fixed it for me was changing the value of "Mach-O Type" to Executable
Upvotes: 0
Reputation: 2057
One thing you can check in your project is that you have selected 'Standard Architectures' in Project's Build Settings. As in below image.
Upvotes: 1