-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No architectures to compile for (ARCHS=x86_64, VALID_ARCHS=i386). #3
Comments
Need more information here. Are you doing a Mac app or an iPhone app? Which SDK version and which Xcode version are you using? |
Hello. had the same issue as well. (developing an iphone application) SDK: 3.2.1 Xcode IDE: 1613.0 Here is a screenshot of the problem: http://farm5.static.flickr.com/4065/4643065296_35951fe85d_o.png Hope this helps.! |
First thing I had to do to use with an iPad app, was change the Base SDK in the project settings to iPhone OS, instead of Mac OS. Hope that helps. Still wasn't able to get it to work with LLVM Clang compiler though, but does seem to be working with GCC 4.2 for me. Good luck. |
Hmm strange. Removing the included project and re-adding them fixed this... |
Have the same problem here. |
Had the same problem!!! |
I am doing a universal project for iPhone/iPad. I am able to compile and run code in iPad but not able to run for iPhone. How ever code works fine on simulator both for iPhone and iPad. what might be the problem. I am able to compile snap and run application on device 4.0. I am using xcode version 3.2.3 I am using Iphone OS 4.0 on the device. |
the new SDK is causing us all HEADACHES. I've followed a few work arounds from blogs around the internet (this is a HUGE problem). I cannot compile to device release but can compile to device debug...wtf! |
Hello .... I did followed the steps to use this api in my project but the error "No architectures to compile for (ARCHS=x86_64, VALID_ARCHS=i386)." occured and when i tried to compile the example code the same error occured. can you guide me where i am wrong at ?
The text was updated successfully, but these errors were encountered: