-
12 Nov 2012 12:55 AM #1
iOS Simulator doesn't open after build
iOS Simulator doesn't open after build
After running:
sencha app build native
The iosSimulator doesn't open up with my app in it. The build seems to work fine and I'm using the default app template created from the 'generate' command.
I'm on mac os x 10.7.5 and using CMD version 3 with xcode 4.5. Do I need to do anything with apple developer certificates to test my app locally?
-
13 Nov 2012 12:28 AM #2
This is no longer the default (to address typical CI builds that would hang on that step).
You can do this to get the old behavior:
Or you can configure this as the default in your sencha.cfg:Code:sencha app build -run native
Code:sencha.app.build#run=1
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote