XCode 4.3 - Build error “missing required architecture armv7”

后端 未结 6 789
太阳男子
太阳男子 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:13

    I had a similar issue with Xcode 4.4. My solution path: Removed SetTestingKit.framework from the main target's (the system under test) "link binary with libraries", leaving it in the test target as is. Not sure why it ended up there in the first place.

提交回复
热议问题