You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the TwitterKit and TwitterCore of the old twitter kit.
I have a clarification as well, If I use the TwitterKit and Core from this repo and replaced the old one, does this will works as expected?
Showing All Messages
/Users/name/Project/Twitter/TwitterCore/TwitterCore/TWTRCoreConstants.m:23:36: error: unexpected '@' in program
NSString *const TWTRCoreBundleID = @TWC_SDK_BUNDLE_ID;
^
/Users/name/Project//Twitter/TwitterCore/TwitterCore/TWTRCoreConstants.m:25:42: error: unexpected '@' in program
NSString *const TWTRTwitterCoreVersion = @TWC_STR(DISPLAY_VERSION);
^
/Users/name/Project//Twitter/TwitterCore/TwitterCore/TWTRCoreConstants.m:26:46: error: unexpected '@' in program
NSString *const TWTRTwitterCoreBuildNumber = @TWC_STR(BUILD_VERSION);
^
3 errors generated.
The text was updated successfully, but these errors were encountered:
nihp
changed the title
Clarification: Twitterkit is using manually linking the app shows the multiple command error
Clarification: Twitterkit is using manually linking the Unexpected '@' in program
Feb 21, 2022
I have used the TwitterKit and TwitterCore of the old twitter kit.
I have a clarification as well, If I use the TwitterKit and Core from this repo and replaced the old one, does this will works as expected?
The text was updated successfully, but these errors were encountered: