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

前端 未结 11 1444
广开言路
广开言路 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:51

    I got this issue a few days back so what I did was

    • Quit Xcode
    • Delete the derived data folder
    • Started the Xcode and did a clean build

    Doing this helped me to resolve the issue and I was able to run the application again

提交回复
热议问题