Lines Matching refs:Xcode
11 Xcode. Both methods will be illustrated here.
98 ## Using Xcode
100 Xcode is the default and preferred IDE to develop for the iOS platform.
102 *Generating an Xcode project*
104 To have GN generate Xcode project files, pass the argument `--ide=xcode`
112 $ open -a Xcode.app out/ios/all.xcworkspace
115 *Compile and run with Xcode*
117 Compiling with Xcode is not supported! What we do instead is compile using a
118 script that runs ninja from Xcode. This is done with a custom _run script_
123 are used to in Xcode, without sacrificing the build speed of Ninja.
131 running the tests from Xcode, from the targets menu, select the test bundle
141 It's easiest to deploy to a device using Xcode. Other command line tools exist