显示无效二进制 Xcode 11 beta 6 的 iOS 应用程序

标签 ios xcode ios13 xcode11

我正在从 Xcode 11 Beta6 上传应用程序,它显示无效的二进制文件

错误是这样的:

Dear Developer,

We identified one or more issues with a recent submission for App Store review for your app, "app" 2.40 (5821). Please correct the following issues, then upload again.

ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK. Apps submitted to the App Store must be built with the GM version of Xcode 9 and the SDK for iOS 11, tvOS 11, watchOS 4, or macOS 10.13 or later.

谁能帮我解决这个问题?

我已经尝试了所有这些答案 ERROR ITMS-90534: "Invalid Toolchain

更新:

根据回答和评论,我尝试在 xcode 10.2 中运行我的应用程序,现在它向我显示这样的错误(这是因为我有一些与 iOS13 相关的固定 UI)

The document "Main.storyboard" could not be opened. Failed to unarchive element named "collectionViewCellContentView".

enter image description here

最佳答案

在 Xcode beta 版本中,当我在 XCode 10 版本中打开项目时,我现在在一次屏幕中使用了 Collection View ,然后它在 Collection View 中显示了问题 "collectionViewCellContentView" 我已将其重命名为 “查看”

Xcode 11 测试版 - UICollectionview

<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="3lR-aq-iNR">
                                            <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                        </collectionViewCellContentView>

Xcode 10.2

<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="3lR-aq-iNR">
                                            <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                        </view>

关于显示无效二进制 Xcode 11 beta 6 的 iOS 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57690156/

相关文章:

ios - 当我的 iPAD 上安装了应用程序的 '.ipa' 文件时,如何获取 IOS 应用程序的 Bundle ID

ios - Xcode 6 和 iOS 8 更新后 UITableView 旋转表现奇怪

iphone - Xcode 7.3.1弹出一个奇怪的bug是LaunchServiceError错误0

ios - Xcode 11、Cocos2dx编译问题: Argument value 10880 is outside the valid range [0, 255]btVector3.h

ios - 无法在 IntelliJ Idea 上安装 RoboVM 插件

ios - 在模拟器中关闭应用程序后 Xcode 崩溃

ios - 检查 iOS 框架项目中的 "Allow app extension API only"将内部类和方法暴露给消费者

ios - 没有指定 'teamID' 并且在 ionic 的存档中找不到团队 ID

ios - `systemLayoutSizeFittingSize` 未在 iOS 13 上调用

ios - 如何通过 UI 测试在 iOS13 共享表中找到要共享的应用程序?