Tuesday, 10 September 2013

Phonegap EmailComposer plugin bug

Phonegap EmailComposer plugin bug

I'm getting the following errors (from the EmailComposer phonegap plugin)
when i try to build from Xcode. I'm not familiar with Obj-C so i'm not
sure if this is the result of an error i've made or if it is because the
plugin is out-dated. I'm using the latest version of Phonegap (3?) & Xcode
4.6.3.
EmailComposer.m:132:6: 'release' is unavailable: not available in
automatic reference counting mode
EmailComposer.m:132:6: ARC forbids explicit message send of 'release'
EmailComposer.m:175:21: Cast of Objective-C pointer type 'NSString *' to C
pointer type 'CFStringRef' (aka 'const struct __CFString *') requires a
bridged cast
EmailComposer.m:179:11: Cast of C pointer type 'CFStringRef' (aka 'const
struct __CFString *') to Objective-C pointer type 'NSString *' requires a
bridged cast

No comments:

Post a Comment