2018-09-11から1日間の記事一覧

cordova plugin で not defined in Pluginエラー @iOS(swift)

swiftでcordovaプラグイン作ったら以下のエラー。 何度見直しても原因がわからずいたところ、swiftのバージョンをxcodeで直接いじっていたのが問題だった。 ERROR: Method 'my_method:' not defined in Plugin 'MyPlugin' FAILED pluginJSON = ["MyPlugin188…