Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从 Xcode 7.0.1 上传我的游戏更新,但我收到此错误,如图所示。我去过广告商网页,并按照建议进行了修改。1. Bitcoin-No 2. 将此添加到 info.plist NSAppTransportSecurity-NSAllowsArbitraryLoads。
我仍然遇到同样的错误,不知道还能做什么。
这可能有助于ITMS-90535 无法使用最新的 Google Signin SDK 发布 iOS 应用
查找CFBundleExecutable键,删除有问题的键
CFBundleExecutable
我已在您的帮助下对其进行了分类。为了其他人的利益,我正在从子项目加载 info.plist 的图像。请记住,这不是主要项目 info.plist 我做了以下更改..... 1).remove ExecutableFile - StartApp(比较图像)。2).change Bundle OS Type Code - BNDL(in subproject info.plist) 3).change bitCoin - No (in target)
这是我的后像。(此 info.plist 有效)