Game Development Reference
In-Depth Information
Now, all you need to do is click on Use for development in Organizer when your
device is connected and build the application. Organizer is an instrument within
Xcode that helps you with various tasks such as adding more devices to your profile
and handling crash logs. To access it, navigate to Window | Organizer in the
top menu.
If there are some issues, Xcode will propose to fix them as displayed in the following
screenshot. Usually, clicking on the Fix Issue button will magically fix everything
without your intervention. In some cases, you will need to wait for a few minutes,
but mostly that's it.
The Fix Issue button will help you when something goes wrong
Preparing our application for the
App Store
In order to prepare our application for App Store, we need to perform the
following steps:
1.
Set the deployment info by selecting a project in the project navigator and
opening Deployment info if needed. Here, we set different settings of our
application, such as supported versions (Sprite Kit only supports iOS 7 and
higher versions), devices (our application is iPhone only), orientations (make
sure only Landscape ones are selected), and others such as the status bar's
style and the first launching storyboard.
 
Search WWH ::




Custom Search