tipsi-twitter
tipsi-twitter copied to clipboard
Undefined symbols for architecture x86_64:
Undefined symbols for architecture x86_64:
"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)
I have same issue. How you solved it, @brocoder86 ?
@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
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?
I was able to solve this by running:
pod outdated
and then
pod update