Apple Mach-O Linker Error armv7s & libGoogleAdMobAds.a

后端 未结 4 1931
长情又很酷
长情又很酷 2021-02-07 14:58

I\'ve just upgraded my app to run on the new iPhone5 simulator, however when I try to build it for my iPhone 4S device, I get this Apple Mach-O Liner error.

4条回答
  •  青春惊慌失措
    2021-02-07 15:36

    The same answer as I gave in this thread:

    If you want to remove the support for any architecture, try this:

    Project -> Build Settings -> remove the architecture from "valid architectures"

    You can use this as a temporary solution until the library has been updated. You have to remove the flag from your own project.

提交回复
热议问题