/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/arm/types.h:101
error: Unknown architecture.
#error Unknown architecture.
新建项目使用xcode 12编译报错,是不是官方还没有支持xcode12?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/arm/types.h:101
error: Unknown architecture.
#error Unknown architecture.
新建项目使用xcode 12编译报错,是不是官方还没有支持xcode12?
应该是架构的问题,你可以在编译报错的库文件build Setting搜索architecture,将其改为Standard,试一试