nordnet / cordova-hot-code-push-local-dev-addon

[DEPRECATED] - Cordova plugin that adds local development feature to the Hot Code Push plugin.
https://github.com/nordnet/cordova-hot-code-push-local-dev-addon/issues/29
MIT License
24 stars 30 forks source link

Cant compile when other plugin is using Swift. #15

Closed rollsroyc3 closed 7 years ago

rollsroyc3 commented 7 years ago

My project currently uses the iOS-RTC plugin which is built with Swift 2.3. So far I have not been able to get both plugins to work together, have tried modifying both scripts, changing hook type, etc.. Any idea what it will take to get this to work along the other plugin?

nikDemyankov commented 7 years ago

I'll check it out, but it seems like there are some heavy tricks are required to build the project even with just iOS-RTC plugin. Just adding it to the clean project and trying to build fails hard.

rollsroyc3 commented 7 years ago

I ended up forking the iOS-RTC plugin and applying a PR that updated to Swift 3.0. That seems to have taken care of it!