Undefined symbols for architecture armv7: cocoaPods iPhone 5

前端 未结 3 594
轮回少年
轮回少年 2021-01-11 22:26

I\'m getting this error, only when I try to build and run on an iPhone 5. It works fine on an iPhone 6 or greater. These are all cocoaPods generating the error. I\'ve ran p

3条回答
  •  时光取名叫无心
    2021-01-11 22:52

    In Xcode, hold the option key and select Product / Clean Build Folder. Then rebuild. I've had this exact problem and this "deep clean" resolves it for me.

    Also, ensure that for your Pods project that the build setting for Build Active Architecture Only is set to NO.

提交回复
热议问题