nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

build failed (iOS) #7

Closed mirco1000 closed 6 years ago

mirco1000 commented 8 years ago

hello, work fine on android but trying to build my app for iOS it give this build failed error code 65

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:14:40: No visible @interface for 'CDVPluginResult' declares the selector 'toSuccessCallbackString:'

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:17:40: No visible @interface for 'CDVPluginResult' declares the selector 'toErrorCallbackString:'

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:21:39: No visible @interface for 'CDVPluginResult' declares the selector 'toErrorCallbackString:'

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:35:40: No visible @interface for 'CDVPluginResult' declares the selector 'toSuccessCallbackString:'

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:38:40: No visible @interface for 'CDVPluginResult' declares the selector 'toErrorCallbackString:'

/Users/daren/myapp/platforms/ios/myapp/Plugins/com.hutchind.cordova.plugins.launcher/Launcher.m:42:39: No visible @interface for 'CDVPluginResult' declares the selector 'toErrorCallbackString:'

sevenwithawp commented 8 years ago

Any solutions for this issue?

mrmasterix commented 8 years ago

I have the same issue. When you will resolve it?

ziobudda commented 7 years ago

Any news ?

wizzed commented 7 years ago

This is probably due to ios 4.0.0 and above, I'm looking for a solution too.

ziobudda commented 7 years ago

@wizzed see "ios writeJavascript depricated " from mrmasterix comment.