编辑:
这将是日志的相关部分
在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错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)