becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Please add support for Swift 4 (solution) #76

Closed LabDeve closed 5 years ago

LabDeve commented 5 years ago

you should add @objc (method_name:) before every command method. Ex.: @objc(watch:) public func watch(_ command: CDVInvokedUrlCommand) {

becvert commented 5 years ago

I'm working on it

becvert commented 5 years ago

Fixed!