码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode 项目配置学习

时间:2015-05-22 12:53:30      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

Xcode有四种build for

分别是:
build for Running
build for Testing
build for Profiling
build for Archiving
Running最常用的一种,在模拟器或者设备上运行
Testing单元测试所用
Profiling测试各种性能问题,内存泄露等问题,主要是弥补单元测试覆盖不到的地方
Archiving出包用
 
 

Xcode如何打包ipa安装包

 

 

Xcode 项目配置学习

标签:

原文地址:http://www.cnblogs.com/nbhhcty66/p/4521829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!