Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 XCode 4.5 存档 Phogap 项目,但每当我这样做时,我都会收到错误消息:Command /usr/sbin/chown failed with exit code 1 以前有没有人遇到过这个错误?如果是这样,我该如何解决?谢谢
Command /usr/sbin/chown failed with exit code 1
如果错误提到了关于 '3 Slices' 的内容,则不包含 armv7s 。
在您的项目和 phonegap 项目中,转到您的项目 > 构建设置 > 从“有效架构”中删除“armv7s”。
以下适用于 Xcode 4.5:
修复方法是从您的项目和 CordovaLib 项目中删除 armv6 架构,清理两个项目并重新构建。
资源