hhuohd2 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

XCode project changes to build GTest #438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As issued the XCode/CMake created the XCode project does not build with XCode 4.

I had to:
  (1) Pick the gtest project then set Base SDK -> Current OS X
  (2) Compiler for C/C++/Object-C -> Default Compiler (Apple LLVM compiler 4.2)

Then it built.  My choices not the only ones that will work but as shipped the 
values are not valid.

Original issue reported on code.google.com by jim.schi...@gmail.com on 8 Jul 2013 at 6:56

GoogleCodeExporter commented 9 years ago
We are seeing a similar issue because the project doesn't build under Xcode 5. 
(looks like it only works with the Xcode 4 version of llvm-gcc, which does not 
ship with Xcode 5)

Original comment by ponti...@gmail.com on 21 Oct 2013 at 11:31