Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

compile error for iphone 6 (No architectures to compile)

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

like image 821
Ali Majeed Avatar asked Dec 26 '22 03:12

Ali Majeed


1 Answers

Solved for me just by following these steps go to

Targets> build Settings> Build Active Architectures set to NO
like image 100
Noor Avatar answered Feb 12 '23 02:02

Noor