I get a error from the Xcode as below:
clang: error: no such file or directory: '/Users/Ashok/Desktop/projectdir/AScommon/View Support/GradientView.m'
clang: error: no input files Command
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
The main thing is that file/directory path shown above doesnot exists in my mac.
Have tried with the following:
I even set the paths in the Build setting search paths.
I have tried all the methods of cleaning the project, reopening of the xcode, clearing the derived data.
Can anybody please guide me the solutions, so the app will built without errors.
Thanks in advance.