我在我的Xcode项目中使用CocoaLumberjack library。我通过pod install
更新到最新版本(2.2.0)时遇到了问题。附上错误的屏幕我看到了。错误描述如下:
ld: warning: directory not found for option '-L/$(PROJECT_DIR)/build/Debug-iphoneos'
Undefined symbols for architecture armv7:
"_ddLogLevel", referenced from:
(Various project files referencing 'ddLogLevel')
我的CocoaLumberjack目标设置支持armv7作为有效的体系结构。
在这里尝试了解决方案https://stackoverflow.com/a/18618187/3347084但是在这之后我收到了不同的编译器错误ld: library not found for -lGoogleAnalyticsServices
。无法解决并决定不要在那个兔子洞里走太远,除非我确定有必要解决我原来的问题。