Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift3 required me to explicitly expose plugin method #23

Closed
mixersoft opened this issue Dec 8, 2016 · 1 comment
Closed

swift3 required me to explicitly expose plugin method #23

mixersoft opened this issue Dec 8, 2016 · 1 comment

Comments

@mixersoft
Copy link

I'm not sure if this is fixed here or elsewhere, but it was a problem.

I followed the howto at this link: http://moduscreate.com/writing-a-cordova-plugin-in-swift-for-ios/

I got an error that said the plugin method was not found

Then I read the comments, and it solved my problem.

http://disq.us/p/1cc487t

@objc(echo:) func echo(command: CDVInvokedUrlCommand) {
...
}
@akofman
Copy link
Owner

akofman commented Jan 9, 2017

Hmm, did you tried the last version of this plugin ? I think it should be solved.

@akofman akofman closed this as completed Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants