4

I am trying to run app on iPhone 6, but i get this error mentioned below, i have shifted xcode 5 to version 6.0.1, i tried every solution but no success. My app runs successfully on iPhone 5 and iPhone 4s but it always give me error on iPhone 6. Is this iOS 8 issue? I am new to iOS 8. Please help me how to solve it? Why i am getting this error?

No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386)

Thanks

Ali Majeed
  • 219
  • 1
  • 3
  • 16
  • watch this http://stackoverflow.com/questions/22328882/xcode-5-1-no-architectures-to-compile-for-only-active-arch-yes-active-arch-x – Fawad Masud Oct 10 '14 at 10:43

2 Answers2

7

Solved for me just by following these steps go to

Targets> build Settings> Build Active Architectures set to NO
Noor
  • 2,071
  • 19
  • 28
3

You could try to change the Build Settings property Build Active Architecture Only to No.

enter image description here

cris
  • 323
  • 3
  • 10