我遇到以下错误
ld: warning: directory not found for option '- L/Users/andrecowardjr/Desktop/Parley/Parley/Google Analytics
ld: library not found for -lGoogleAnalytics
clang: error: linker command failed with exit code 1 (use -v to see invocation)
无法找出错误是什么。需要帮助。
答案 0 :(得分:0)
进入项目设置,查看“图书馆搜索路径”字段,然后对其进行编辑,以便反映您移动代码/库的位置。您遇到的错误是链接器无法找到您的应用设置为链接的Google Analytics库(因为您移动了它)。