【发布时间】:2014-09-24 19:20:18
【问题描述】:
我最近收到了 2013 年(去年)构建的应用程序的源代码。但是,当我尝试运行它时,我收到 3 个警告:
ld: warning: directory not found for option '-L/Users/chesteryeum/iOS/appName/appName_chester'
ld: warning: directory not found for option '-L/Users/chesteryeum/iOS/appName/appName_chester/ZBarSDK'
ld: warning: directory not found for option '-F/Users/chesteryeum/iOS/appName/appName_chester'
还有一个错误
ld: library not found for -lzbar
clang: error: linker command failed with exit code 1 (use -v to see invocation)
补充几点:
1)chesteryeum 是之前开发者的名字,/Users/chesteryeum 不在我的电脑上,也不能在finder中找到。
2) Other Linker Flags 为空,Framework Search Paths 为空,Library Search Paths 为空。
3) 应用程序似乎是在 xCode 4 中构建的,而我使用的是 xCode 5。
任何帮助将不胜感激,
提前致谢,
-尼克
更新:Droppy的回答已经修复了3个警告,但错误仍然存在。
【问题讨论】:
-
您正在开发的应用程序是否名为“Gluten247”?
标签: ios objective-c xcode4 xcode5