tags:

views:

284

answers:

0

I have just started working on an old project using iOS 4.1 (Xcode 3.2.4) I have noticed when compiling using LLVM 1.5 that I am getting various errors that I don't remember getting before. Swapping to LLVM GCC 4.2 removes the errors so I am guessing its the LLVM compiler thats at fault.

Does the LLVM Compiler 1.5 work when compiling for the iPhone 4 in Xcode 3.2.4, I am just curious as I can't quite remember if this worked before or if I just used LLVM GCC 4.2

Many thanks for any information, much appreciated.

Gary