From: Arno P. <ar...@pu...> - 2011-03-18 07:25:23
|
you can't create an Xcode project under Windows. Try to run xmlvm under Mac OS. Arno On 3/18/11 12:22 AM, dav...@gm... wrote: > Hi there, > > First of all many thanks for building such a great concept and keeping it open-source :-) > > Since I'm new to this project I stubbled upon the following problem: > I built a skeleton android project, and since there is already some app content (eg. a prefilled layout) I tried to cross-compile this skeleton app to iphone. > Everything worked fine, but if I import the source into Xcode and try to compile it there I get error messages indicating that the android lib is not available (eg. in the MainActivity.h is an import of android_app_Activity.h but i can't find this header file in the compiled source) > > Here is what i did: > java -jar xmlvm.jar --skeleton=android --out=d:\projects\android\test --app-name=testapp > > java -jar xmlvml.jar --in=d:\projects\android\test --target=iphone --iphone-app=testapp --out=d:\projects\iphone\test > > May I have forgotten something? > > Thanks in advance for your help > dave > > > > > |