|
@@ -55,6 +55,11 @@ Since Xcode 7, anyone can install Xcode and do on-device development for free. Y
|
|
|
3. Add a new account to Xcode and sign in with your Apple ID.
|
|
|
4. Create a new project. The simplest "Single View App" works fine.
|
|
|
5. Select your "Team" (auto created for you) and give the app a bundle identifier.
|
|
|
+
|
|
|
+::: important
|
|
|
+Make a note of the bundle identifier as you must use the same bundle identifier in your Defold project.
|
|
|
+:::
|
|
|
+
|
|
|
6. Make sure that Xcode has created a *Provisioning Profile* and *Signing Certificate* for the app.
|
|
|
|
|
|

|
|
@@ -197,3 +202,7 @@ xcrun simctl install booted your.app
|
|
|
# launch the simulator
|
|
|
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
|
|
|
```
|
|
|
+
|
|
|
+
|
|
|
+## FAQ
|
|
|
+:[iOS FAQ](../shared/ios-faq.md)
|