On Tue, Jul 14, 2009 at 4:09 PM, Guillaume Germainguillaume.germain@gmail.com wrote:
- Version 3.0: simulator just stand there with a black screen, nothing is
shown.
Guillaume,
I can take a closer look at it later, but my first thought is that you do need to have the debugger server up and running when the app starts. This hang is probably cause by it trying to connect. Eventually, the simulator shuts the app down because it's took too long to start up.
I've been meaning to mention this somewhere, and more importantly, change the behavior so the app works when the debugger isn't running.
- James