xcode使用OSStatus错误67028将归档导出到Application时出错

时间:2014-01-02 15:57:21

标签: xcode macos

我正在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。)

1 个答案:

答案 0 :(得分:0)

我有同样的问题。

Code Signing Services Reference错误-67028是:

  

errSecCSBadBundleFormat:捆绑包格式无法识别,无效或不合适。

我还没有找到从Xcode导出应用程序的解决方案;但是,您只需将应用程序包从存档中复制出来,它就可以正常运行。

  1. 右键单击管理器中的存档,然后选择Show in Finder
  2. 在Finder窗口中右键单击Pomodoro xcarchive包,然后选择Show Package Contents
  3. 导航至ProductsApplications
  4. 将Pomodoro应用程序包复制到您希望的任何位置。
  5. 启动它!
相关问题