当归档我的应用程序并尝试通过Xcode或应用程序加载器将二进制文件上传到iTunes连接时(在成功导出后),我出现此错误,但没有更多信息:
ERROR ITMS-90085: "No architecturesin the binary.Lipofailed to detectanyarchitectures in the bundle executable."
我正致力于在超级构建中构建Boost,但是Boost坚持用-arch arm编译(以及所有其他架构必须手动添加),其中包括二进制文件中的armv4t。因此,在构建后,我希望在库中滚动并使用lipo来删除无效的体系结构。在CMake中,在CMake中没有办法做到这一点吗?and toss anything that shouldn't be included execute_process( COMMAND <e
我得到的错误是
ERROR ITMS-90085: "No architectures in the binary.Lipofailed to detectanyarchitectures in the bundle executable."Return status of iTunes Transporter was 1: ERROR ITMS-90085: "No architectures in the <em
问题:Unsupported Architecture. Your executable contains unsupported architecture '[x86_64, i386]
- Is it only possible through script or is there is a setting in `Build Settings` or else where ?