【发布时间】:2013-12-27 03:35:20
【问题描述】:
我收到以下错误:
ld: warning: directory not found for option '-L"/pathToMyApp/MyApp/Shared/Libraries/ADMS_AppLibrary"'
ld: warning: directory not found for option '-L"/pathToMyApp/MyApp/Shared/Libraries/TestFlightSDK1.1"'
ld: warning: directory not found for option '-L"/pathToMyApp/MyApp/Shared/Libraries/Medialets"'
ld: library not found for -lTestFlight
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这些目录确实存在于上述路径中。
问题是,用于编译的应用程序很好。我所做的只是将新版本的 Medialets 库添加到项目中,现在我得到了这些错误。
【问题讨论】:
-
这个问题可能会有所帮助:stackoverflow.com/questions/13723074/…
标签: xcode compiler-errors linker-errors