我知道这可能已成千上万次被问到,但我无法在构建时摆脱这个错误。在我将Xcode升级到最新版本(6.3.2)后,我认为它们开始显现。
ld: warning: directory not found for option '-F-'
ld: library not found for -lPods-AcknowledgementsBundle
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我的图书馆搜索路径(目标)有:
$(inherited) non-recursive
$(PROJECT_DIR) non-recursive
我卸载并安装了吊舱,清理并构建......没有。
有人有个好主意吗? 谢谢!