重粒子的运行轨迹

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

导航

随笔分类 -  苹果

[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 重粒子 阅读(6108) 评论(0) 推荐(0)

[iPhone]如何在Tab Bar Controller里面使用ABPersonViewController?
摘要:如果你想将ABPersonViewController嵌入一个Tab Bar Controller里作为一个Tab,就像下图,该如何作呢? Step By Step1:制作xib的时候,不要在相应的tab里加入view controll,如下图:2,创建自己的NavigationController,继承自UINavigationController,加入ABPersonViewControlle... 阅读全文

posted @ 2010-04-30 13:47 重粒子 阅读(2187) 评论(0) 推荐(1)