What do I have to do to solve all the errors that my application has?
As you know, Mobincube doens’t build your application until there’s no error. So you can’t try the application nor see it on the simulator, because for that it must be compiled.
The most common error made by our users are the edition errors. And these kinds of errors don’t allow building the application. Usually they are related to no linked sections, no sign type of sections or actions, etc.
Mobincube always specifies the sections where’s the error. Check the example :
Section "example" does not have an assigned 'type'
This error indicates that the section we’ve called “example” has no type of section signed.
So, in order to solve it, you must go, from the sections tree, to the “example” section and sign a type of section that it can be: info, map, online map, agenda, menu,...