The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture.

Mac 系统升级到 10.15 后,Xcode 工程 Build 提示 i386 架构被废弃,报错如下:

1
The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture.

解决方法:
移除对应的 i386 架构,如图所示: