From: <vi...@gm...> - 2012-02-29 16:10:57
|
Hello, I have an Android project, with 4 external libraries. This project I've been using "xmlvm --skeleton:migrate --out = <location-android-project>" migrated to XMLVM. Then I have compiles the project with "xmlvm --in <input-project> --out = <output-directory> --target = iphone" to an Xcode project. The external libraries (.jar files) from the Android project, does not compiles, ie Xcode gives me error messages from time compilation. What am I doing wrong? At what point do I need to specify paths for external libraries?For a short answer I would be very grateful! best regards Vitali P.S. Seems, the Android library is not cross-compiles with. |