当我将它添加到我的项目时,cocoapods 链接器错误

cocoapods linker error when i added it to my project

我是第一次使用 cocoapods,在一切顺利之后 我开始 运行 我的项目,该项目一直很糟糕,并且在 liner

中遇到了 2 个错误

谁能告诉我这是什么

比˚s

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_PECropViewController", referenced from: objc-class-ref in addProductViewController.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

未找到 addProductViewController 对象,它在 AppDelegate 中被引用。您不会 link addProductViewController 进入您的应用程序。检查项目构建阶段中的编译源代码部分是否显示 addProductViewController.m

谢谢大家的帮助

问题出在 arm 64 上,我刚刚将它添加到我的目标中,一切正常 在架构中添加标准架构 armv7、arm64