Working with Xcode
OBJECTIVES
- Open a 4D for iOS project from the Project Editor.
- Customize the generated 4D for iOS app.
4D for iOS generates a native iOS app for you which you can modify and customize with Xcode. Let's take a look at the process!
NOTE
If you customize your project on Xcode and rebuild it from the Project Editor All of your modifications will be lost!
We'll use the Contact application we created here. Download the Starter Project!
STEP 1. Generate your iOS Project
- If your haven't built your project yet, go to step 2.
- If you've already built your project, go to step 3.
STEP 2. Build your Project
From the Project Editor BUILD tab:
- Select the device to use as a Simulator by clicking on the device button.
- Click the Build and Run button.
STEP 3. Open your Project with Xcode
From the Project Editor BUILD tab:
- Click on Project > Open the project with Xcode
Now you're ready to start working on your 4D for iOS project in Xcode, keep reading to learn how!