Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将存档导出到应用程序时发生xcode错误,OSStatus错误为67028_Xcode_Macos - Fatal编程技术网

将存档导出到应用程序时发生xcode错误,OSStatus错误为67028

将存档导出到应用程序时发生xcode错误,OSStatus错误为67028,xcode,macos,Xcode,Macos,我正在用xcode 5.0.2构建项目 我遵循描述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 "

我正在用xcode 5.0.2构建项目

我遵循描述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"
我修正了一个编译错误


最后我转到步骤8,出现错误,操作无法完成。OSStatus错误-67028。

我也有同样的问题

从错误-67028可以看出:

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

我还没有找到从Xcode导出应用程序的解决方案;但是,您可以简单地将应用程序包从存档中复制出来,它将毫无问题地运行

右键单击Organizer中的存档,然后选择“在Finder中显示”。 右键单击Finder窗口中的PomotoroXCARVE包,然后选择ShowPackageContents 导航到产品→ 应用 将Pomodoro应用程序包复制到您想要的任何地方。 发射它!