使用XCode 7.1.1我尝试导出我的项目以进行临时部署并获得一般错误:
An error occurred during export. The data couldn’t be read because it
isn’t in the correct format
现在,在摘要存档摘要屏幕中,如果我禁用bitcode,一切都很好.
bitcode会出什么问题?
在日志中我发现的是:
2015-11-30 09:35:08 +0000 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- cfpropertylist (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:15:in `<main>'
有小费吗?
解决方法
在管理器上单击“分发应用程序”后,我在XCode 10.1上遇到了同样的问题.
在我的情况下,这是因为我从我的终端调用XCode并且rvm配置了不同的ruby版本.运行rvm系统为我修复了它.