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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
I always get this error trying to build my little little app with phonegap tweeter plugin. Any idea what happen?
cordova --version = 4.1.2
xcode 6.0
OS X Yosemite v 10.10.3
Undefined symbols for architecture i386:
"OBJC_CLASS$_SLComposeViewController", referenced from:
objc-class-ref in TwitterPlugin.o
"OBJC_CLASS$_SLRequest", referenced from:
objc-class-ref in TwitterPlugin.o
"_SLServiceTypeTwitter", referenced from:
-[TwitterPlugin isTwitterAvailable:] in TwitterPlugin.o
-[TwitterPlugin composeTweet:] in TwitterPlugin.o
___27-[TwitterPlugin sendTweet:]_block_invoke in TwitterPlugin.o
___35-[TwitterPlugin getPublicTimeline:]_block_invoke in TwitterPlugin.o
___33-[TwitterPlugin searchByHashtag:]_block_invoke in TwitterPlugin.o
___35-[TwitterPlugin getTwitterProfile:]_block_invoke in TwitterPlugin.o
___29-[TwitterPlugin getMentions:]_block_invoke in TwitterPlugin.o
...
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
I always get this error trying to build my little little app with phonegap tweeter plugin. Any idea what happen?
cordova --version = 4.1.2
xcode 6.0
OS X Yosemite v 10.10.3
Undefined symbols for architecture i386:
"OBJC_CLASS$_SLComposeViewController", referenced from:
objc-class-ref in TwitterPlugin.o
"OBJC_CLASS$_SLRequest", referenced from:
objc-class-ref in TwitterPlugin.o
"_SLServiceTypeTwitter", referenced from:
-[TwitterPlugin isTwitterAvailable:] in TwitterPlugin.o
-[TwitterPlugin composeTweet:] in TwitterPlugin.o
___27-[TwitterPlugin sendTweet:]_block_invoke in TwitterPlugin.o
___35-[TwitterPlugin getPublicTimeline:]_block_invoke in TwitterPlugin.o
___33-[TwitterPlugin searchByHashtag:]_block_invoke in TwitterPlugin.o
___35-[TwitterPlugin getTwitterProfile:]_block_invoke in TwitterPlugin.o
___29-[TwitterPlugin getMentions:]_block_invoke in TwitterPlugin.o
...
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: