我第一次使用cocoapods并且一切顺利之后 我开始运行我的项目总是很好,并且在lin˚er中得到了这两个错误
任何人都可以告诉我它是什么
than˚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)
答案 0 :(得分:1)
找不到addProductViewController
对象,并在AppDelegate
中引用了该对象。您没有将addProductViewController
关联到您的应用中。检查项目构建阶段中的“编译源”部分是否显示addProductViewController.m
答案 1 :(得分:0)
比每个身体都要求你帮助
问题是arm 64我刚刚将它添加到我的目标中,一切正常 在架构文件中添加了标准体系结构armv7,arm64