-
Notifications
You must be signed in to change notification settings - Fork 447
Class warnings "implemented in both" #91
Comments
Same issue here |
Any update here? |
Please help to update |
The same issue for me |
Fixed by removing -framework "TwitterCore" from Pods-.debug.xcconfig and Pods-.release.xcconfig |
If/when you re-run I ended up adding a post_install hook to my Podfile using "v1.0" of the accepted answer in this SO post (couldn't get v1.5 to work) and it's preserving the fix after a |
I think TwitterKit project -> TwitterKit target -> Link Frameworks and Libraries , the libTwitterCore.a is unnecessary |
I use TwitterCit 3.4.2 internally to reference TwitterCore, so deleting the error can't be deleted. |
By using your sdk, xcode gives warnings like two classes declared. Please check below logs. Please solve this warnings.
objc[383]: Class TWTRUserAuthRequestSigner is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089902e8) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c92a0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRSecItemWrapper is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990338) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c92f0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRMultipartFormElement is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990360) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9318). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRMultipartFormDocument is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089903b0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9368). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAPINetworkErrorsShim is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990400) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c93b8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAPIResponseValidator is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990478) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9430). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRDateFormatters is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089904c8) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9480). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGuestAuthRequestSigner is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990518) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c94d0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRKeychainWrapper is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990540) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c94f8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRUserAPIClient is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990590) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9548). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworking is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089905e0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9598). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRRequestSigningOperation is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990630) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c95e8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGuestRequestSigningOperation is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990680) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9638). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRUserRequestSigningOperation is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089906d0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9688). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRColorUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990720) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c96d8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRFileManager is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990798) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9750). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGuestSessionRefreshStrategy is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089907c0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9778). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRResourcesUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990810) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c97c8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAuthenticationProvider is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990888) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9840). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAuthConfig is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089908b0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9868). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRDateUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990928) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c98e0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRUserSessionVerifier is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990950) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9908). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGuestAuthProvider is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089909a0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9958). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRIdentifier is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990a18) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c99d0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGenericKeychainQuery is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990a40) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c99f8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGenericKeychainItem is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990a90) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9a48). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworkingPipeline is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990ae0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9a98). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRCore is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990b58) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9b10). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAppAPIClient is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990b80) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9b38). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAPIServiceConfigRegistry is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990bd0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9b88). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAuthConfigSessionsValidator is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990c20) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9bd8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRTokenOnlyAuthSession is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990c70) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9c28). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRURLSessionDelegate is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990cc0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9c78). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworkingUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990d10) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9cc8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTROAuth1aAuthRequestSigner is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990d88) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9d40). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGCOAuth is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990db0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9d68). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAppInstallationUUID is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990e28) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9de0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworkSessionProvider is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990e50) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9e08). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRSessionStore is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990ea0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9e58). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworkingPipelineQueue is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990ef0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9ea8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAuthConfigStore is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990f40) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9ef8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRCoreLanguage is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990fb8) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9f70). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRSession is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108990fe0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9f98). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRX509Certificate is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991030) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086c9fe8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAppleSocialAuthenticaticationProvider is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991080) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca038). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAPIDateSync is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089910d0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca088). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRDictUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991120) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca0d8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRMultiThreadUtil is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991170) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca128). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAuthenticator is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089911e8) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca1a0). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRGuestSession is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991210) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca1c8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRUtils is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991260) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca218). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRNetworkingPipelinePackage is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x1089912b0) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca268). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRServerTrustEvaluator is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991300) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca2b8). One of the two will be used. Which one is undefined.
objc[383]: Class TWTRAppAuthProvider is implemented in both /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterKit.framework/TwitterKit (0x108991350) and /private/var/containers/Bundle/Application/553F65E2-B704-46E5-9404-2005A7710368/PassengerApp.app/Frameworks/TwitterCore.framework/TwitterCore (0x1086ca308). One of the two will be used. Which one is undefined.
The text was updated successfully, but these errors were encountered: