tipsi-twitter icon indicating copy to clipboard operation
tipsi-twitter copied to clipboard

Undefined symbols for architecture x86_64:

Open brocoder86 opened this issue 6 years ago • 4 comments

Undefined symbols for architecture x86_64: screen shot 2018-05-04 at 15 28 50

"OBJC_CLASS$_TwitterNetworking", referenced from: objc-class-ref in TwitterKit(TWTRAPIClient.o) "OBJC_CLASS$_TwitterUserAPIClient", referenced from: objc-class-ref in TwitterKit(TWTRWebAuthenticationViewController.o) objc-class-ref in TwitterKit(TWTRWebAuthenticationTokenRequestor.o) "_TWTRCoreOAuthSigningOAuthEchoHeaders", referenced from: -[TWTROAuthSigning OAuthEchoHeadersForRequestMethod:URLString:parameters:error:] in TwitterKit(TWTROAuthSigning.o) "_TWTRAPIConstantsParamID", referenced from: -[TWTRTweetRepository lookupRequestForTweetIDs:APIClient:additionalParameters:error:] in TwitterKit(TWTRTweetRepository.o) "_TWTRAPIConstantsFieldIDString", referenced from: -[TWTRUser setPropertiesFromValidatedDictionary:] in TwitterKit(TWTRUser.o) ___25+[TWTRUser JSONValidator]_block_invoke in TwitterKit(TWTRUser.o) -[TWTRMyRetweetIDValueTransformer transformedValue:] in TwitterKit(TWTRValueTransformers.o) -[TWTRTweet setPropertiesFromValidatedDictiontary:] in TwitterKit(TWTRTweet.o) ___26+[TWTRTweet JSONValidator]_block_invoke in TwitterKit(TWTRTweet.o) +[TWTRTimelineParser hyrdrateTweet:withUserFromUsers:] in TwitterKit(TWTRTimelineParser.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

brocoder86 avatar May 06 '18 02:05 brocoder86

I have same issue. How you solved it, @brocoder86 ?

yanel777 avatar Jun 19 '18 12:06 yanel777

@brocoder86 have you got fixed that above issue.Please help me on that even i am facing the same issue if you have been fixed please do suggest

maheshatti89 avatar Dec 05 '18 08:12 maheshatti89

I think Apple do not allow 32bit library for their ios app anymore. The issue still remains. Does anyone know the way to work around?

vinhtq avatar Apr 10 '19 02:04 vinhtq

I was able to solve this by running:

pod outdated

and then

pod update

rdvt avatar Jun 06 '19 16:06 rdvt