XCode 4.3 - Build error “missing required architecture armv7”

后端 未结 6 825
太阳男子
太阳男子 2021-01-02 15:37

After upgrade XCode from 4.2 to 4.3 I\'ve got below problem. I can\'t build it. Do you guys have idea how can I resolve this problem? even some clue would be helpful to me.<

6条回答
  •  攒了一身酷
    2021-01-02 16:02

    I just upgraded to 4.3.1 There is a problem with SenTestingKit framework. I removed the test source code from the project, it builds ok. And it can run on 5.1 device. But I got _dyld_dyld_start error when I ran it on simulator. I had to remove SenTestingKit from the project to make it work on simulator.

提交回复
热议问题