重粒子的运行轨迹

Compiling ...
baryon.cpp
baryon.cpp(1) : warning C0000: all glory is fleeing

导航

2010年5月6日 #

[iphone]Code Sign error: Provisioning profile XXXX can't be found

摘要: 如果你更新了profile,再编译iphone项目,发现下面的错误,那你无论如何clean也不会成功,那真是让人恼火阿这时候,先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xcodeproj上面按鼠标右键,选择Show Package Contents菜单,在新打开的finder的,找到project.pbxproj,使用一个文本edit打开它,用查找功能找... 阅读全文

posted @ 2010-05-06 16:00 重粒子 阅读(12512) 评论(3) 推荐(3) 编辑

[iPhone]command /usr/bin/codesign failed with exit code 1

摘要: 如果你在编译iPhone App的时候遇到command /usr/bin/codesign failed with exit code 1可以确认以下的步骤,打开Keychain Access,找到你的开发者key,Get Info,看一下Access Control这个Tab,选择allow all applications to access this item。再重新编译一下,试一下,看看... 阅读全文

posted @ 2010-05-06 11:07 重粒子 阅读(6098) 评论(0) 推荐(0) 编辑