在Xcode 10中获取错误编译框架SDK

jau*_*evn 6 mobile xcode llvm ios xcode10

尝试在Xcode 10中编译框架SDK时出现以下错误。

unable to load standard library for target 'armv7s-apple-ios8.0-simulator'
unable to load standard library for target 'armv7-apple-ios8.0-simulator'
unable to load standard library for target 'arm64-apple-ios8.0-simulator'
Run Code Online (Sandbox Code Playgroud)

我能够用Xcode 9编译框架,没有任何问题,当我使用Xcode 10时,仅收到此错误。

我尝试了这篇文章中的所有内容,但一切正常。

谁能帮我?