我正在尝试通过创建存档,Xcode 12.0 beta
但它给了我这个错误。
Undefined symbols for architecture armv7:
"type metadata for Swift._StringObject.Variant", referenced from:
outlined init with take of Swift._StringObject.Variant in OpenGraph.Data.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbol: type metadata for Swift._StringObject.Variant
我发现这篇文章与那个问题有关,但它并没有解决我的问题。我通过创建存档Xcode 11.6 beta
并没有给我那个错误,但现在苹果在上传二进制文件后向我发送了那封电子邮件。
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 10.1 and the SDK for iOS 12.1 and watchOS 5.1, Xcode 7.1 and the SDK for tvOS 9, or Xcode 6 and the SDK for macOS 10.9 or later. If you are using an Xcode beta version to test your app, make sure you are using the latest supported version.
谁能告诉我如何在不下载稳定版本的情况下解决此问题Xcode
。