ignoring file [path] missing required architecture i386 in file

后端 未结 3 1813
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 11:55

I\'m quite new to Xcode and Iphone development and ran into the following problem:

I opened a new project and added *.h and a *.a files (which I recived from a cer

3条回答
  •  遥遥无期
    2020-12-23 12:41

    Change your target's "Build Settings > Build Active Architectures Only" to "No"

    This is doing the same thing as Dmitry Zhukov's answer but doing it thru Xcode instead of going around its back.

提交回复
热议问题