Setup iOS Development Environment

Install XCode and check-out source code from SVN

XCode

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 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 two profiles: 1 for development and 1 for distribution

Certificates and keys in Mac

There are two certificates required on the Mac development machine:

  1. Development certificate

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

    Following the steps to create development certificate in Apple development page, it will guide you to setup the key and certificate on the machine.

  2. Distribution certificate

    This will 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 into 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”

最新文章

  1. varnish4.1 配置文件default.vcl
  2. 在Window 下安装Redis数据库
  3. python urllib2 发起http请求post
  4. C#------对SQLServer进行简单的增,删,改,查
  5. 使用HTML5中的element.dataset操作自定义data-*数据
  6. excel文档
  7. Winedt 7.0 Build: 20120321 永久试用方法 WinEdt 7.0 破解
  8. C语言中为什么不能把char**赋给const char**
  9. C# 中 重载,重写,隐藏的区别
  10. python3列表
  11. java应用性能分析
  12. 一些简单的ajax的特点,方法、属性。以及ajax的创建 请求
  13. PHP判断访问系统的用户设备类型
  14. ubuntu中git
  15. java程序员面试交流项目经验
  16. 使用SatelliteMenu创建动画菜单
  17. CreateDirectory 创建文件夹 C\C++
  18. 6-16 Topological Sort(25 分)
  19. WebStorm + JetBrains IDE Support 实现自动刷新功能
  20. Mathematik

热门文章

  1. Python的正则表达概述
  2. FZU 1962 新击鼓传花游戏
  3. 如何通过使用fiddler对Android系统设备抓包总结
  4. ORA-01031: 权限不足
  5. 从头认识java-15.7 Map(4)-介绍HashMap的工作原理-hash碰撞(常常作为面试题)
  6. 最小生成树(MST,minimum spanning tree)
  7. 随时查看源码的网站---http://www.sooset.com/
  8. Trie&可持久化Trie
  9. Mybatis批量插入,是否能够返回id列表
  10. 微信小程序实现一个简单的表格