我正在开发一个新项目,一切都很好,但今天我收到了3个警告和1个错误。我不知道发生了什么。
ld: warning: directory not found for option '-L/Users/MyUser/Desktop/etc...
ld: warning: directory not found for option '-Lit'
ld: warning: directory not found for option '-Lout'
ld: library not found for -lGoogleAdMobAds
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我尝试删除GoogleAdMobAds,然后重新添加。 我从构建设置中删除了库搜索路径。
我为我工作但是只是一段时间,下次我打开xcode时我又遇到了那些可怕的错误。
由于