I’m confused about TwitterKit and TwitterCore, and now i’m getting runtime warnings. This project has been around awhile and also uses Fabric… and with Google acquiring Fabric and then some parts of stuff being split back to Twitter (the company), i’m now pretty confused about what’s what.
My podfile has: pod ‘TwitterKit’
At runtime I see a ton of warnings like this:
objc[3843]: Class TWTRScribeService is implemented in both /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterKit.framework/TwitterKit (0x106b85330) and /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterCore.framework/TwitterCore (0x1068bcc88). One of the two will be used. Which one is undefined.
objc[3843]: Class TWTRUserAuthRequestSigner is implemented in both /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterKit.framework/TwitterKit (0x106b853a8) and /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterCore.framework/TwitterCore (0x1068bcd00). One of the two will be used. Which one is undefined.
objc[3843]: Class TWTRSecItemWrapper is implemented in both /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterKit.framework/TwitterKit (0x106b853f8) and /private/var/containers/Bundle/Application/1EFA810F-3B16-4EB6-99C4-55777AF76C8B/Photobooth.app/Frameworks/TwitterCore.framework/TwitterCore (0x1068bcd50). One of the two will be used. Which one is undefined.
…
How to fix this?
thanks.