jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

cordova IOS version 4.0.1 build error #50

Closed greggreenhaw closed 8 years ago

greggreenhaw commented 8 years ago

My build is failing with the following error in the TCPlugin.m with cordova IOS 4.0.1 and the wkwebview engine enabled.

No visible @interface for CDVPluginResult declares the selector

jefflinwood commented 8 years ago

Hi,

I haven't had a chance to test it with the Cordova iOS 4.x plugins yet - does it work with the 3.9.x plugins and/or no wkwebview?

Thanks!

Jeff

greggreenhaw commented 8 years ago

I think they removed some deprecated code in IOS 4.0.1

On Thu, Jan 21, 2016 at 1:01 PM, Jeff Linwood notifications@github.com wrote:

Hi,

I haven't had a chance to test it with the Cordova iOS 4.x plugins yet - does it work with the 3.9.x plugins and/or no wkwebview?

Thanks!

Jeff

— Reply to this email directly or view it on GitHub https://github.com/jefflinwood/twilio_client_phonegap/issues/50#issuecomment-173655617 .

jefflinwood commented 8 years ago

That's what it looks like - I'll investigate. Thanks for bringing it to my attention!