I am trying to add Twitter Kit to a iOS project through CocoaPods. I have successfully added Crashlytics using the Mac App. But my app is crashing on the following line of code in my AppDelegate.m (the last step of the process to Add Twitter Kit to our app).
[Fabric with:@[[AWSCognito class], [Twitter class], [Crashlytics class]]];
The issue is the [Twitter class] field, and the error being thrown out is:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'TwitterKitResources.bundle file not found. Please use the Fabric Mac app to ensure TwitterKit is properly set-up.'
I have tried uninstall and re-creating the app a few times from the Fabric Mac App. Any ideas?