Xcode can build a project but can't run it on simulator

后端 未结 5 1589
一生所求
一生所求 2021-01-30 04:02

When I download a project from the web, sometimes it can be built but doesn\'t run (XCode -> Product -> Run is disabled, in grey). This never happens when I create projects myse

5条回答
  •  清歌不尽
    2021-01-30 04:30

    In My Case Sole by Go->Project->Architectures->Architecture=select standard architectures(armv7,arm64)...

    same as

    Go->Target->Architectures->Architecture=select standard architectures(armv7,arm64)...

提交回复
热议问题