We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35f4c6 commit e0e93e5Copy full SHA for e0e93e5
README
@@ -217,6 +217,16 @@ default build location. See the "xcodebuild" man page for more
217
information about building different configurations and building in
218
different locations.
219
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
+
230
Tweaking Google Test
231
--------------------
232
0 commit comments