1

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.

2 Answers2

1

One thing you can check in your project is that you have selected 'Standard Architectures' in Project's Build Settings. As in below image.

enter image description here

s.zainulabideen
  • 2,047
  • 1
  • 13
  • 13
0

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 Executableenter image description here

manishsharma93
  • 1,039
  • 1
  • 11
  • 26