Build Active Architecture Only 设置: 设置为NO的时候,会导致react-native项目启动失败npx react-native run-ios

根据错误信息

building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64

Build Active Architecture Only

  1. 设置为NO的时候,会编译支持的所有的版本
  2. 设置为YES的时候,是为Debug的时候速度更快,它只编译当前的architecture 版本

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2021-12-06
  • 2022-01-05
  • 2021-11-10
  • 2022-01-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案