【发布时间】:2013-11-19 13:04:11
【问题描述】:
当我尝试运行应用程序时,出现以下错误
d: warning: directory not found for option '-L/Users/btmani/Desktop/MyProject/download-indicato,twitter,imageview/sewebimageview/SDWebImage-progressbar-master/Examples/../../SDWebImage-3.3.framework/Versions/A'
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_ProgressBarInfo", referenced from:
objc-class-ref in DetailViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这真的给我带来了很大的问题,我不知道如何解决它。请建议我如何解决这个问题
提前致谢
【问题讨论】:
-
它说,找不到目录。
-
这个错误是因为你的
DetailViewController类引用了另一个不存在的类ProgressBarInfo。根据一些谷歌搜索,看起来ProgressBarInfo已添加到this fork of SDWebImage 中,也许您正在使用the regular version? -
那么如何解决这个问题。加载图像时,我的应用中需要进度条
-
感谢您的回复我已经解决了这个问题
标签: ios iphone sdwebimage