clang:错误:没有这样的文件或目录:ASIAuthenticationDialog.m

时间:2012-06-13 13:35:36

标签: ios xcode audio asihttprequest

我有这个错误:

clang: error: no such file or directory: 
'/Users/usuario/Desktop/echonest-echoprint-ios-sample-b937c04/Classes/ASIHTTP/clang: 
 error: no such file or directory:'

我想运行“echoprint-ios-sample”项目并导入ASIHTTP文件

我不知道问题是什么:(

有人可以帮助我吗?

谢谢!

1 个答案:

答案 0 :(得分:2)

如果您已删除任何h或m文件,请浏览xcode中的项目导航(命令+ 1),该项目导航器中可能会有一些参考(将为红色)。你可以删除它。然后就不会出现这样的错误。希望这会对你有所帮助。

否则,请查看this link