//联系人:石虎  QQ: 1224614774 昵称:嗡嘛呢叭咪哄


一、概念

   iOS No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv6 armv7)错误解决办法:

图1:
iOS No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv6 armv7)错误~解决方法

二、解决方法如下:

   Bulid Settings选项下面的Architectures一栏里,在Valid Architectures里加入一项i386,问题解决。


图2:
iOS No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv6 armv7)错误~解决方法

谢谢!!!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-06-21
  • 2021-08-05
  • 2022-12-23
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-11-30
  • 2021-05-11
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案