我正在xcode 5.0.2中构建pomodoro项目。
我按照Xcode 4.3 +
的文档描述1) Remove Code signing identity if present (should not, but sometimes I push it back)
Xcode 4.3+ (tips from @sashalaundy):
1) Product > Edit Scheme
2) At top set Scheme to "Pomodoro" and Destination to "My Mac __-bit"
3) On left select Archive
4) Type in Archive Name "Pomodoro"
5) Hit OK
6) Product > Archive - Xcode builds and then opens Organizer with archive selected
7) Hit Distribute
8) Choose Export as "Application"
我修复了How to solve "LibXml/xmlreader.h Not found" error in Twitter integration in iPhone
之后的编译错误最后我转到第8步,发生错误操作无法完成。 (OSStatus错误-67028。)
答案 0 :(得分:0)
我有同样的问题。
从Code Signing Services Reference错误-67028是:
errSecCSBadBundleFormat:捆绑包格式无法识别,无效或不合适。
我还没有找到从Xcode导出应用程序的解决方案;但是,您只需将应用程序包从存档中复制出来,它就可以正常运行。
Show in Finder
。Show Package Contents
Products
→Applications