ios – 在El Capitan的Xcode 7上导出IPA错误

ios – 在El Capitan的Xcode 7上导出IPA错误,第1张

概述由于 Xcode 7和El Capitan I无法将存档导出到IPA文件中.当我完成流程导出…>保存进行特别部署>导出(按钮)它显示以下错误:在/Applications/Xcode.app/Contents/Developer/Platforms中完全找不到任何平台 编辑: 这将是日志的相关部分 在IDEDistribution.standard.log中 { code = 2109; 由于 Xcode 7和El CAPItan I无法将存档导出到IPA文件中.当我完成流程导出…>保存进行特别部署>导出(按钮)它显示以下错误:在/Applications/Xcode.app/Contents/Developer/Platforms中完全找不到任何平台

编辑:

这将是日志的相关部分

在IDEdistribution.standard.log中

{  code = 2109;  description = "Couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms";  info =             {  };  level = ERROR;}

在IDEdistribution.critical.log中

2015-10-06 06:50:04 +0000 [MT] Presenting: Error Domain=IDEFoundationErrorDomain Code=1 "Couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms" UserInfo={NSLocalizedDescription=Couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms}

编辑2:

列出平台目录:

$ls -l /Applications/Xcode.app/Contents/Developer/Platformstotal 0drwxr-xr-x  9 root  wheel  306  2 oct 10:12 MacOSX.platformdrwxrwxr-x  8 root  wheel  272  2 oct 10:12 WatchOS.platformdrwxr-xr-x  6 root  wheel  204  2 oct 10:13 WatchSimulator.platformdrwxr-xr-x  8 root  wheel  272  2 oct 10:13 iPhoneOS.platformdrwxr-xr-x  5 root  wheel  170  2 oct 10:14 iPhonesimulator.platform
解决方法 导出IPA时,取消选中对话框中的“从bitcode导出”复选框.如果选中则表示您要测试从bitcode创建的构建.查看更多详情 here 总结

以上是内存溢出为你收集整理的ios – 在El Capitan的Xcode 7上导出IPA错误全部内容,希望文章能够帮你解决ios – 在El Capitan的Xcode 7上导出IPA错误所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1101587.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存