You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrey Kurdumov <ka...@googlemail.com> on 2014/02/24 16:41:03 UTC

iOS plugin add on Windows

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?

Re: iOS plugin add on Windows

Posted by Andrew Grieve <ag...@chromium.org>.
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
<ka...@googlemail.com>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?
>