JSONKit を Xcode プロジェクトに追加しましたが、次のエラーが発生しています。
clang: error: no such file or directory: '/Users/snowcrash/Downloads/ILGeoNames-develop/SampleApp/../JSONKit/JSONKit.m'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
ただし、JSONKit ファイルは存在するようです。例えば
どうすれば問題を把握できますか (そして修正できますか!)?