touren / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
110 stars 80 forks source link

Clarification: Twitterkit is using manually linking the Unexpected '@' in program #32

Open nihp opened 2 years ago

nihp commented 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.