I've been reading around and I'm confused as to which backend setting I
should use.
The default for every created project is objc, but it doesn't work well (or
in some cases, not at all).
An example of the slew of errors is this: "MyArrayList.h: No such file ..."
So this means that xmlvm is not translating/or copying? the ArrayList over.
My only successes have been using the c backend.
So here are my questions
1 - Backend: Can I use objc? If so, how do I fix the slew of warnings about
missing files?
I am using xmlvm --skeleton=iphone --out=OUTDIR --app-name=APPNAME
to create my projects.
2 - If I have to use c, can anyone advice me on how I can call xmlvm
generated code in an Xcode objc project?
Thanks!
|