Skip to content

Commit e0e93e5

Browse files
author
vladlosev
committed
Adds explanation on how to build the Xcode project under Xcode 4+ to README.
git-svn-id: http://googletest.googlecode.com/svn/trunk@589 861a406c-534a-0410-8894-cb66d6ee9925
1 parent f35f4c6 commit e0e93e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@ default build location. See the "xcodebuild" man page for more
217217
information about building different configurations and building in
218218
different locations.
219219

220+
If you wish to use the Google Test Xcode project with Xcode 4.x and
221+
above, you need to either:
222+
* update the SDK configuration options in xcode/Config/General.xconfig.
223+
Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If
224+
you choose this route you lose the ability to target earlier versions
225+
of MacOS X.
226+
* Install an SDK for an earlier version. This doesn't appear to be
227+
supported by Apple, but has been reported to work
228+
(http://stackoverflow.com/questions/5378518).
229+
220230
Tweaking Google Test
221231
--------------------
222232

0 commit comments

Comments
 (0)