an error “No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s).”?

前端 未结 7 972
北海茫月
北海茫月 2020-12-18 00:37

I have Xcode 4.6. I downloaded this project When run it i receive a message No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv

相关标签:
7条回答
  • 2020-12-18 01:11

    Change the following:

    Build Settings > Architectures > Architectures to:

    "$(ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s)"

    Build Settings > Architectures > Valid Architectures to:

    armv7 armv7s

    Build Settings > Architectures > Build Active Architectures Only to:

    No

    0 讨论(0)
提交回复
热议问题