cordova-plugin-add-swift-support icon indicating copy to clipboard operation
cordova-plugin-add-swift-support copied to clipboard

:hammer: Swiftify your Cordova app !

Results 29 cordova-plugin-add-swift-support issues
Sort by recently updated
recently updated
newest added

As already mentioned in https://github.com/akofman/cordova-plugin-add-swift-support/issues/68, the license in the package.json (Apache 2.0) does not match the license-text (MIT).

Hi @akofman ! When i try prepare android with ionic command "ionic cordova prepare android " i reseive this error: ``` cordova\version"' is not recognized as an internal or external...

cordova/version does not exist for the Cordova Android platform, only iOS.

While trying to run build command getting error for 'requireCordovaModule' used in add-swift-support.js file. We need to change requireCordovaModule to simple require it seems.

every plugin can change project.pbxproj file, async operations can be exist with random queue, (promise/callback and etc.) every part with xcode.project should be existed only in one task (micro)

When I install this plugin and then install some libraries via CocoaPods, a warning will pop up: ``` [!] The `HelloCordova [Debug]` target overrides the `LD_RUNPATH_SEARCH_PATHS` build setting defined in...

You breach Cordorva integrity with this and mess up peoples installs ITs not JAVA to NODE we want its JAVA API to one script hook the plugin grants.... Thats a...

HI , After implementing this plugin I am getting "Use Legacy Swift Language Version" error when build on IOS. I am using X-code 8.2 which uses swift 2.3 as legacy...

Since there's some weird whitespace that would make merging difficult, this PR combines changes from a few other requests: * https://github.com/akofman/cordova-plugin-add-swift-support/pull/64: - Support multiple/various application targets (e.g. today extension). *...

I'm still having problem with the requireCordovaModule. I was having problems with cordova prepare ios, because of the lines 172, 174 and 192 on the file src/add-swift-support.js. It's caused by...