xudusheng / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Upgrades to Xcode 4 #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Please set the default GDataFramework SDK to 10.6. (CurrentSDK == 10.7 and 
x86_64 generates errors during headers precompilation, I've not verified the 
cause)

Add the following line to both Debug and Release OSX targets, since llvm 3.x is 
not supported on PPC:

"GCC_VERSION[arch=ppc]" = com.apple.compilers.llvmgcc42;

Thanks.
Mirko

Original issue reported on code.google.com by mirko.vi...@gmail.com on 29 Feb 2012 at 9:03