
iphone
iteye_19217
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xcode missing file xxxx
搞过iphone开发的应该都知道,如果你在finder中删除了工程里面的文件,xcode上会出现一个警告,Missing file xxx, 有个警告在那恨事不自在.上网着了下,发现了如下解决方法: 1.打开terminal, cd 到刚才你删除的文件的文件夹,就是xcode提示你missing的文件夹 2.执行 svn delete missFileName OK...2011-12-13 11:44:27 · 106 阅读 · 0 评论 -
[WARN]Warning: Multiple build commands for output file /
xcode中 有时候会报一个警告: [WARN]Warning: Multiple build commands for output file /xxx 要解决这个问题很简单: 1.选择你的工程 2.选择target 3.点击 Build Phases 4.展开Copy Bundle Resources 5.删除里面的刚才提示警告的文件,一般为红色的名字的文件...2011-12-13 11:48:10 · 167 阅读 · 0 评论 -
iphone 升级 出现 This device isn't eligible for the requested build 解决方法
升级iturns 到10.5 之后,我的3gs 提示有更新,要更新到5.0.1 .但是当我更新时 发现更新不了,报错:This device isn't eligible for the requested build。 恢复到以前的备份也不行,我的手机越狱了.在网上着了下,终于解决了. 方法: mac 环境!!! 1. 打开Terminal,su admin ,su root 都要输...2011-11-17 10:05:21 · 619 阅读 · 0 评论 -
Xcode 4 更改下载组件的appleId
You can change the Apple Developer ID that Xcode has associated using Mac OS X's Keychain Access app: Quit Xcode Open Applications > Utilities > Keychain Access Locate the Keychain entry named "daw...原创 2012-04-13 16:40:29 · 163 阅读 · 0 评论