Is there a significant difference between the commands sencha app build -run native
and sencha app run native
.
Looking at the documentation, it looks like run
builds the app before running it.
Here it says that build -run
launches it on the appropriate simulator, but I suppose if the device is connected, it just runs it on the device, so there isn't really a difference.