error: unable to load standard library for target 'arm64-apple-ios10.0-simulator'?

前端 未结 11 1456
广开言路
广开言路 2020-12-16 11:35

I updated my Xcode but not able to build. It\'s failing with:

:0: error: unable to load standard library for target \'arm64-appl

11条回答
  •  别那么骄傲
    2020-12-16 11:57

    For me, the following solved the problem:

    From the target build Setting

    setting Architectures to $(NATIVE_ARCH) and add $(ARCHS_STANDARD) to Valid Architectures.

    This might help What's the difference between "Architectures" and "Valid Architectures" in Xcode Build Settings?

提交回复
热议问题