0

I am trying to change the compiler version in xcode 3.1.4. I went to Project settings -> Build -> Compiler version, but I can only choose "com.apple.compilers.llvmgcc42".

I looked up the library/xcode/plugins/-folder and it looks like there are several compiler versions installed. But I can't choose them in the project' settings?


Sadly, this doesn't help my problem with the compilers. Does anyone know why xcode doesn't show up any additional compiler versions, altough they seem to bee in the plugin list? I already searched a lot, but it looks like all the tutorials are assuming, that the different compilers are already available in the build settings...

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
  • why do you want to change the compiler version? Also, why don't you upgrade your xcode to version 4? – Raptor Sep 15 '11 at 09:36
  • When I try to use gcc4.2 to compile my phonegap-testproject, it throws several errors. After a lookup it looks like the iphone sdk doesn't support version 4.2. Also I can't use xcode 4, because it requires a later mac version. I am using Mac OSX 10.5.8. – Christian Eßl Sep 15 '11 at 09:40

1 Answers1

0

PhoneGap already fixed your problem. See changelog of version 0.9.5. Please make sure you are using PhoneGap >=0.9.5

Raptor
  • 53,206
  • 45
  • 230
  • 366