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

   Try `id<CDVCommandDelegate>` rather than `CDVCommandDelegate*` (since 
`CDVCommandDelegate` is a protocol not a class).
   
   `id<CDVCommandDelegate>` means a pointer to a class instance that implements 
the `CDVCommandDelegate` protocol


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to