anilgunnam commented on issue #1410:
URL: https://github.com/apache/cordova-ios/issues/1410#issuecomment-2017574935

   As, i mentioned earlier, already tried replacing CDVCommandDelegateImpl with 
CDVCommandDelegate in all header and implementation files like below:
   
   #import <Cordova/CDVCommandDelegate.h>
   
       (void) startLogin: (CDVCommandDelegate*) commandDelegate
       withCallbackId: (NSString*) callbackId;
   
   Now it is showing an error at startLogin saying : Expected a type for 
CDVCommandDelegate*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to