ttopholm / iZettle

Plugin for Cordova
3 stars 8 forks source link

No visible @interface for 'iZettleSDK' for 'retrievePaymentInfoForReference:completion' #2

Closed asa47 closed 7 years ago

asa47 commented 8 years ago

Hi, I'm integrating iZettle with cordova ios App, I followed the instructions on https://github.com/iZettle/sdk-ios, and added the plugin in the cordova project; however once I build it, I received the following error:

k.sugee.iZettle/iZettlePlugin/iZettle.m:73:26: error: no visible @interface for 'iZettleSDK' declares the selector 'retrievePaymentInfoForReference:completion:' [[iZettleSDK shared] retrievePaymentInfoForReference:retrievePaymentInfoForR eference completion:^(iZettleSDKPaymentInfo paymentInfo, NSError error) {

ttopholm commented 8 years ago

@asa47, the code hasn't been updated to the latest iZettle SDK, so that is the issue. I'll see if I can fix it

asa47 commented 8 years ago

@ttopholm Thanks for the reply.

asa47 commented 8 years ago

Hello, would it be possible to know how long could it take to update the plugin to the latest iZettle SDK? Regards.

asa47 commented 8 years ago

Hello, I was wondering if I could fork your repository and push the up to date version of the plugin, I removed a couple of functions and kept it simple. Let me know if it is fine. Regards.

fabgrenier commented 8 years ago

Hello @asa47 and @ttopholm, we would like to know if you found a deal to allow asa47 to release an updated plugin. Thanks