Beginner, stuck after development of App

Hi All

Do I have come to the point where I would like to test my App on a real device.

My App is running fine in the simulator.

I'm using visual studio on mac.

I have tried to select "Monkey C :Build for device" - and I select the folder where my application is.
In Terminal it says "BUILD SUCCESFULL".

But I have no idea where to go from here, and I can't really find any documentation.

Maybe it's something about getting the .PRG file to the garmin, but how do I do that now i does hot handle file management ?

I can't upload anything to IQ either, seems i'm missing a IQ file.
Any documentation or even better examples would be appriciated.

Thanks
Ulrik

  • I Don't see them there, probably I have not define them correctly ?

    That might be it. It's hard to tell without seeing more of your project (besides snippets).

    What if you deliberately introduce a typo in your <settings> xml? Does the build fail? If it fails, at least you know the compiler is using your settings XML. If it doesn't fail, then the compiler isn't even looking at it, and that would explain why it isn't working.

    Also, it's hard for me to tell if your properties and settings are really in the same file. If they are, and you're able to read the default property values in your app, then it would indicate that resource xml is being included by the compiler.

  • Found my mistake :-)
    The Settings.xml file was now placed in the same folder "Ressources" as properties.xml.
    Actually AI (Copilot) told me to put in in a Settings folder - Shows again AI can't be trusted :-D
    Thanks for the support (tu)