摘要:
转自:http://www.cnblogs.com/lovecode/articles/2261838.html转自:http://www.cnblogs.com/lovecode/articles/2264628.html转自:http://www.cnblogs.com/lovecode/articles/2277299.html1. 工程项目模板类型的更改 Xcode4时代 Xcode4.2新模板Navigation-based Application ------->Master-Detail Application=> iphoneS... 阅读全文
posted @ 2012-01-12 16:55
该显示名称已被其他用户使用
阅读(520)
评论(0)
推荐(1)
摘要:
转自:http://www.cnblogs.com/lovecode/articles/2263592.html在iOS5系统下有时考虑到程序的兼容性,我们会选择SDK低于4.3来编译,但在Xcode4.2中会出现如下错误:warning:iPhone apps with a deployment target lower than 4.3 should include an armv6 architecture(current IPHONEOS_DEPLOYMENT_TARGET = "4.0",ARCHS = "armv7").由google找到的一 阅读全文
posted @ 2012-01-12 16:47
该显示名称已被其他用户使用
阅读(220)
评论(0)
推荐(0)
摘要:
转自:http://www.cnblogs.com/lovecode/articles/2261473.htmlxcode 4.2 不再支持 Window-Based Application 的解决办法: 1.创建空项目 Empty Application。(在Xcode4.2下创建的这个空项目不再有MainWindow.xib文件了。) 2.Ctrl+N,创建User Interface下面的Window(选择“iOS->User Interface->Window),命名成MainWindow.xib(这名称可随意,只是以MainWindow我们更熟悉)。 3.File Own 阅读全文
posted @ 2012-01-12 16:44
该显示名称已被其他用户使用
阅读(306)
评论(0)
推荐(0)
摘要:
由于本人是iPhone3G老手机,固件只能升级到4.2.1。因此为了在新升级的xCode4.2+iOS5.0能够正常真机调试,所以在网络上搜索到这篇文章,得到了帮助。特摘录以备不时之需。(http://www.cocoachina.com/bbs/read.php?tid=79860)1.改target的”Build Setting“中的Architecture域下的Architectures为”armv6 armv7“2.再改其中valid architecture为armv6 armv73.改iOS Deployment Target为iOS4.24,如果plist中有require de 阅读全文
posted @ 2012-01-12 16:31
该显示名称已被其他用户使用
阅读(191)
评论(0)
推荐(0)