From http://developer.garmin.com/connect-iq/programmers-guide/getting-started/.
An example of a typical build cycle:
> connectiq
> monkeyc -o myApp.prg -m manifest.xml myApp.mb
What is myApp.mb? If I use source/*.mc instead it does compile to myApp.prg.
I'm experiencing that changes to my class files are not reflected in the newly built prg.
I thought it might relate to not using myApp.mb.
If not, does the simulator have some kind of cache?