Sounds like a great bug to fix. And yes, please create a JIRA issue for it.
Likely the code is using path.join() where it should be using explicit '/' + foo + '/' + bar syntax. The problem will either be in the cordova-plugman repo, or in the node-xcode dependency (found in node_modules/xcode. repo lives: https://github.com/alunny/node-xcode). On Mon, Feb 24, 2014 at 10:41 AM, Andrey Kurdumov <[email protected]>wrote: > My project have iOS and Android, but I develop on Windows most of the time > and use Mac only for testing. > > Usually I add plugin from Mac, but this time I add plugin on Windows using > 'cordova plugin add' command. Project for iOS was updated, but it has > invalid directory separators in paths in project file. I do search for > similar issues on JIRA, but don't found any. > Anyone aware about such issue, and I overlook it on JIRA, or I have to > create new issue for that. > > I would like to fix that. Maybe somebody has suggestions how to implement > that properly? >
