Lines Matching full:xcode
10 Xcode. Both methods will be illustrated here.
97 ## Using Xcode
99 Xcode is the default and preferred IDE to develop for the iOS platform.
101 *Generating an Xcode project*
103 To have GN generate Xcode project files, pass the argument `--ide=xcode`
110 $ gn gen out/ios --args='target_os="ios" target_cpu="arm64"' --ide=xcode
111 $ open -a Xcode.app out/ios/all.xcodeproj
114 *Compile and run with Xcode*
116 Compiling with Xcode is not supported! What we do instead is compile using a
117 script that runs ninja from Xcode. This is done with a custom _run script_
122 are used to in Xcode, without sacrificing the build speed of Ninja.
130 running the tests from Xcode, from the targets menu, select the test bundle
140 It's easiest to deploy to a device using Xcode. Other command line tools exist
188 …h]: http://ikennd.ac/blog/2015/02/stripping-unwanted-architectures-from-dynamic-libraries-in-xcode/