iOS compile error: no visible @interface for ‘CDVCommandDelegateImpl’ declares the selector ‘execute:’

Building on what Nazar said, the only difference of significance when creating a new app and comparing an existing platforms/ios/Classes folder was removing the execute method from MainViewController.m.

file diff

This clears up the build error for me.

Leave a Comment