You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Christian Grobmeier <gr...@gmail.com> on 2013/06/28 13:48:46 UTC

Simulator stays black when giving package name

Hello,

I did that:

$ cordova create tab-iphone-2.2 de.grobmeier.tab.mobile.iphone iphone
$ cd tab-iphone-2.2/
$ ls
merges platforms plugins www
$ cordova platforms add ios
$ cordova build
$ cordova emulate ios

The command returns quickly and the simulator window black.

Doing the same just with:

$ cordova create tab-iphone-2.2

works.

But using a packagename and application name doesn't work. Removing
the application name doesn't help either.

Do you want an issue or did I do something wrong?

Cheers
Christian

Re: Simulator stays black when giving package name

Posted by Filip Maj <fi...@adobe.com>.
Hey Christian,

Thanks for submitting the issues to JIRA. I am slowly working through
them. I'll be commenting on those threads as I get to them. Cheers.

On 6/28/13 4:48 AM, "Christian Grobmeier" <gr...@gmail.com> wrote:

>Hello,
>
>I did that:
>
>$ cordova create tab-iphone-2.2 de.grobmeier.tab.mobile.iphone iphone
>$ cd tab-iphone-2.2/
>$ ls
>merges platforms plugins www
>$ cordova platforms add ios
>$ cordova build
>$ cordova emulate ios
>
>The command returns quickly and the simulator window black.
>
>Doing the same just with:
>
>$ cordova create tab-iphone-2.2
>
>works.
>
>But using a packagename and application name doesn't work. Removing
>the application name doesn't help either.
>
>Do you want an issue or did I do something wrong?
>
>Cheers
>Christian