Setup IOS development environment.

Source: Internet
Author: User

Setup IOS Development Environmentinstall XCode and Check-out source code from Svnxcode

Please find the document from Apple "on" to install XCode.

Check-out Source Code

In XCode, use the 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'll ask you for username and password. After that select "Permanent".

After the perform above, you'll be the able to check-out code in XCode.

Certificates, App ID and Provisioning profile

We need the following in developer.apple.com

    1. Development and Distribution Certificate

      Need at least one development certificate and one distribution certificate.

      Wildcards can be used.

    2. APP ID

      We can set up app ID which represent multiple apps, such as:com.applesoft.*

    3. Provisioning profile

      Need at LEAs, profiles:1 for development, and 1 for distribution

Certificates and keys in Mac

There is certificates required on the MAC development machine:

    1. Development certificate

      This'll be used to develop and test the app in XCode.

      Following the steps to create development certificate in Apple Development page, it'll guide to setup the key and CE Rtificate on the machine.

    2. Distribution Certificate

      This would be used to make distribution IPA file.

      I Download the distribution certificate from Apple Development page and import it.

      Before import the certificate, you need the techpubs private key. I export from my original development Mac and import to my new 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"

Setup IOS development environment.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.