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
I had exactly the same problem. I do not know what went wrong , but it helped me.
Follow this steps:
Add all of those libs:
Add your TJ something code like :
[Tapjoy requestTapjoyConnect:kTapJoyAppID secretKey:kTapJoySecretKey options:@{ TJC_OPTION_ENABLE_LOGGING : @(YES) } ];
Try to compile again.