我将Xcode中项目的文件夹移动到另一台计算机,我遇到了一些问题。我正在使用NMSSH
框架,项目中缺少libz.dylib
文件,并且我无法找到它,因为它的Inspector按钮显示为灰色。文件也不在我的系统上。它不应该在我的项目文件夹中吗?
此外,我正在使用MBProgressHUD
,我正在使用它来拖动其Xcode项目,并设置适当的链接。其中一个库libMBProgressHUD.a
丢失了,我找不到它。
在我的另一台计算机上一切正常,所以我猜测搜索路径有问题等等?任何帮助将非常感激。错误如下:
ld: warning: directory not found for option '-F/Users/ramesh/Documents/CodeDump_Temp/iOS/RasbPiController/../../.Trash'
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_NMSSHSession", referenced from:
objc-class-ref in UserPi.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
答案 0 :(得分:0)