Open nihp opened 2 years ago
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.
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?