Hi there,
I'm try to build an xcode project from a fresh android project.
I did the following:
xmlvm --skeleton=android --out=fwapp-xmlvm --app-name=fwapp
xmlvm --in=. --target=android-on-iphone --iphone-app=fwapp --out=ios-fwapp
But what i got is:
ERROR: Targets: Could not find target by name: android-on-iphone
Error: Unkown target: android-on-iphone
What did i wrong?
Greets!
Christofer
|