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

** BUILD FAILED ** #1

Closed albinekb closed 8 years ago

albinekb commented 8 years ago

When i add this plugin, i can't build for ios anymore.

Log: http://pastebin.com/AuYY3UZT

Xcode version 6.4

nikDemyankov commented 8 years ago

This plugin uses Socket.IO library, and it requires Xcode 7. So, if you want to use local development mode - then you need Xcode 7.

For Hot Code Push plugin without local development add-on you can use Xcode 6.4.

albinekb commented 8 years ago

Cool, updated now and it works! Sorry, missed that in the readme.

nikDemyankov commented 8 years ago

Great :)

albinekb commented 8 years ago

@nikDemyankov maybe add a note saying that you need Xcode 7+ for the dev plugin in the readme for https://github.com/nordnet/cordova-hot-code-push

nikDemyankov commented 8 years ago

Yes, you are probably right. Thanks for the idea, will do.