 b0j3
|
Hi all!
I tried to compile openEars code in Xcode 4.2 and I get the dreaded “Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1″ error.
After searching for the solution I tried to change compiler from Apple 3.0 to gcc 4.2, but no success.
The only base SDK I can use is 5.0 (at least it is the only one showed).
I also tried to set ARC flag to no for the entire project, but it seems that is already done.
Other solution I saw was to say no with GCC_THUMB_SUPPORT and it is also done.
Any ideas what to do now?
|
 Halle
|
When compilation fails with an error like that, you can select “more” in the build window and it will tell you the specific action that the compiler was attempting to do when it failed.
Did this happen when you were compiling the sample app or did that work and you were trying to compile your own app?
|
 b0j3
|
Aha. That was helpful. After checking the “more” in the build window I found out I made a mistake with location of mitlm directory so I started again and everything went smoothly.
Thanks for the help.
|