Setup iOS Development Environment., iosenvironment
Setup iOS Development EnvironmentInstall XCode and check-out source code from SVNXCode
Please find document from Apple on how to install XCode.
Check-out Source Code
In XCode, Use menu "Source Control"-> "Check-out" to checkout source code from SVN.
One issue I got during this process is: it always time out when check-out. To resolve it: please open a command line and run command
SVN ls https: // 128.133.152.1: 8443/svn/atomsuite/trunk
It will ask you for username and password. After that select "Permanent ".
After perform above, you will be able to check-out code in XCode.
Certificates, App ID and Provisioning profile
We need the following in pai.apple.com
Certificates and keys in Mac
There are two certificates required on the Mac development machine:
XCode settings
In XCode, select the project and corresponding Target. then select Build Settings tab and see code signing session. make sure select "iOS Developer" for Debug and select "iOS Distribution" for Releases. for "Provisioning Profile", select "Automatic"
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.