Added JSONKit to an Xcode project and am getting this error:
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
However, the JSONKit files do appear to be there. E.g.
How do I figure out the problem (and fix it!)?
You need to check Compile resources in the Target Project
You will Find that
JSONKit
is in red color
just delete it and go
you have to check 'copy files' when adding the group else they are left where they are and the path breaks when you move the project
I tried re-adding files, but have no work. So, I find the .pbxproj file in .xcodeproj, delete rows include the file name, then rebuild, success!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With