I can see the framework only in “Link Binary with Libraries”.
Frameworks(TwitterKit.framework, Fabric.framework, TwitterCore.framework, Crashlytics.framework) are in “Link Binary with Libraries” not in “Copy Bundle Resources”.
However, TwitterKitResources.bundle is in “Copy Bundle Resources”.
If i remove TwitterKitResources.bundle from “Copy Bundle Resources”, error occured as follows when i run the app,
*** 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.'
Env.
- El Capitan
- Xcode 7.1
- Fabric Version 2.0.2 (1049)
Takeshi.