There seems to be a problem with this working in ios 7 - any fixes for this yet?
I'm getting errors:
Undefined symbols for architecture armv7s:
"_OBJCCLASS$_CDVPluginResult", referenced from:
objc-class-ref in SocialFrameworkPlugin.o
"_OBJCMETACLASS$_CDVPlugin", referenced from:
_OBJCMETACLASS$_SocialFrameworkPlugin in SocialFrameworkPlugin.o
"_OBJCMETACLASS$_CDVViewController", referenced from:
_OBJCMETACLASS$_MainViewController in MainViewController.o
"_OBJCCLASS$_CDVPlugin", referenced from:
_OBJCCLASS$_SocialFrameworkPlugin in SocialFrameworkPlugin.o
"_OBJCCLASS$_CDVViewController", referenced from:
_OBJCCLASS$_MainViewController in MainViewController.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi there,
There seems to be a problem with this working in ios 7 - any fixes for this yet?
I'm getting errors:
Undefined symbols for architecture armv7s: "_OBJCCLASS$_CDVPluginResult", referenced from: objc-class-ref in SocialFrameworkPlugin.o "_OBJCMETACLASS$_CDVPlugin", referenced from: _OBJCMETACLASS$_SocialFrameworkPlugin in SocialFrameworkPlugin.o "_OBJCMETACLASS$_CDVViewController", referenced from: _OBJCMETACLASS$_MainViewController in MainViewController.o "_OBJCCLASS$_CDVPlugin", referenced from: _OBJCCLASS$_SocialFrameworkPlugin in SocialFrameworkPlugin.o "_OBJCCLASS$_CDVViewController", referenced from: _OBJCCLASS$_MainViewController in MainViewController.o ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)