【发布时间】:2015-12-28 11:52:40
【问题描述】:
当我将我的应用上传到应用商店时,我遇到了问题:
Unable to validate your application:
The path '/var/folders/hm/.../MyApp.ipa' does not contain a file
我还有一个错误:
Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for sfnt2woff
我已添加:
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
在我的 plist 文件中,但它不起作用。
有什么办法吗?
谢谢!
【问题讨论】:
标签: xcode validation app-store xcode7 ipa