I had a working project and then I copied project to other directory but it didn't work.
Now I have made a new xcode project and added all the required folders and files. It is compiling fine but give this error
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'TJCLoadingView''
I am using Xcode5. Please tell me what is the issue as I am new to xcode.
Thanks