Xcode 12 Beta 2 - 无法为目标“arm64-apple-ios14.0-simulator”加载标准库
Posted
技术标签:
【中文标题】Xcode 12 Beta 2 - 无法为目标“arm64-apple-ios14.0-simulator”加载标准库【英文标题】:Xcode 12 Beta 2 - unable to load standard library for target 'arm64-apple-ios14.0-simulator' 【发布时间】:2020-07-22 07:35:07 【问题描述】:我刚刚安装了 Xcode 12 Beta 2。每次构建或运行它都会产生以下错误:
无法为目标“arm64-apple-ios14.0-simulator”加载标准库
知道为什么会这样以及我需要做什么吗?
【问题讨论】:
【参考方案1】:VALID_ARCHS 在 Xcode 12 中已被弃用,因此,只需从您的项目和目标构建设置中删除引用即可:
-
您的项目设置 > 构建设置 > VALID_ARCHS
YourProject 设置 > TARGETS > YourProject > 构建设置 > VALID_ARCHS
YourProject 设置 > TARGETS > UITests > 构建设置 > VALID_ARCHS
YourProject 设置 > 目标 > 单元测试 > 构建设置 > VALID_ARCHS
Image of what VALID_ARCHS should look like
突出显示行并按“删除”键
【讨论】:
以上是关于Xcode 12 Beta 2 - 无法为目标“arm64-apple-ios14.0-simulator”加载标准库的主要内容,如果未能解决你的问题,请参考以下文章
将 Xcode 的目标设置为 iPhone 而不是 iPad
无法在 macOS Monterey 版本 12.0 Beta 中安装 Cocoapods - Xcode 13.0(13A233)
将目标添加到 iOS/macOS 多平台项目 (Xcode 12)