Xcode 12 Beta 2 - unable to load standard library for target 'arm64-apple-ios14.0-simulator'

I have installed Xcode 12 Beta 2 but every time I build or run the following error gets created:


 unable to load standard library for target 'arm64-apple-ios14.0-simulator'

Any Idea why that is and what I need to do?

Thanks


Replies

I downloaded the Xcode 12 beta 3 - and it worked fine for an application that had the same error you show in beta 2. Compiled and ran correctly with no changes to project.
I have same issue in xcode12 beta4
I had to set up the following Build Settings, to make my custom framework work.
Excluded Architectures
  • Debug -> Any iOS Simulator SDK: arm64

  • Release -> Any iOS Simulator SDK: arm64

  • This worked for me. Thanks!

Add a Comment