Reputation:
i'm working on a simple sample to work with parse.com but i had a problem in xCode, i've added all the requested libraries to my project but still didn't solve .
Apple LLVM 6.1:
clang: error: no such file or directory: '/Users/Node-B/Desktop/21:6:2015/RecipeAppParseTemplate/CustomTable/CustomTable-Prefix.pch'
clang: error: no input files
By deleting the test file it gives another error which the reference shown below didn't solve the issue.
Upvotes: 1
Views: 2131
Reputation:
The solution was to delete the test file as mentioned here : Apple LLVM 6.0 Error: clang failed with exit code -1
Due to that it gives me another error which is The Application couldn't be verified
from Xcode at Runtime when i run it on my iPhone , and thats why because the app was installed already, so I've delete it and run the project from xCode and it works well.
Upvotes: 2