
xcode
ttkop
这个作者很懒,什么都没留下…
展开
-
CodeSign error: Certificate identity 'iPhone Developer: XXXX appears more than once
CodeSign error: Certificate identity 'iPhone Developer: XXXX (12345678)' appears more than once in the keychain. The codesign tool requires there only be one.一种解决方案:Quit XcodeIf the Keyc原创 2013-01-24 11:47:41 · 2423 阅读 · 0 评论 -
On iPad, UIImagePickerController must be presented via UIPopoverController
On iPad, UIImagePickerController must be presented via UIPopoverController 可以用以下方法来判断设备的类型选择不同的Controllerif (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { // We are using an iPhone原创 2013-01-24 13:31:44 · 3369 阅读 · 0 评论 -
完全卸载xcode
1、卸载之前的XCode命令行执行下面命令:sudo /Developer/Library/uninstall-devtools --mode=all sudo /Developer/Library/uninstall-developer-folders参看:http://www.cocoachina.com/bbs/read.php?tid-17767.htmlht转载 2013-01-26 09:47:45 · 1435 阅读 · 0 评论 -
Couldn't register ** with the bootstrap server
[iPhone][Xcode]debug[问题描述:]编译无法上真机错误提示Couldn't register XXX(授权文件名称) with the bootstrap server. Error: unknown error code.This generally means that another instance of this process was al转载 2013-01-15 11:08:03 · 595 阅读 · 0 评论 -
Xcode – Could not launch *.app – No such file or directory
Disconnect your device.Delete the app from your device.Quit Xcode completely.Go to ~/Library/Developer/Xcode/DerivedData and look at the folders there ($ ls).Find the one with the app's name in front原创 2013-01-21 11:52:52 · 912 阅读 · 0 评论