After upgrading to latest Cordova version (3.6.3) i get this error when running the cordova build ios
command.
The error:
/Volumes/local.uhmuhm.net/projectxxx/htdocs/phonegap/src/Projectxxx/platforms/ios/Projectxxx/Classes/MainViewController.m:154:19: error: no visible @interface for 'CDVCommandDelegateImpl' declares the selector 'execute:' return [super execute:command];
Other info:
Installed platforms: android 3.6.3, ios 3.6.3
I'm on last xcode version (6.0.1)
Everything started after upgrading Cordova to 3.6.3 (i was running 3.4.1 before that)
Any idea on how to solve this?
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
.
This clears up the build error for me.
I've fixed the same problem with
cordova platform remove ios cordova platform add ios
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With