From: Panayotis K. <pan...@pa...> - 2011-09-30 20:30:39
|
30 Σεπ 2011, 12:24 μ.μ., ο/η William Wilson <flu...@gm...> έγραψε: > Hello all, > I'm new to xmlvm and am running into a problem with my "hello world". My goal is to cross compile Android applications to iPhone. Although I don't think it matters, I'm running xmlvm on Linux and then copying the generated projects to MacOS. > In general, this is not a good idea. Although the produced Xcode project tries to use relative pathnames where possible, it might be a situation that this wasn't possible, and absolute pathnames were created (which of course where broken when you moved the project to another system). In general the idea is the Xcode project to be consumable, like the other intermediate files. It is not a full & free Xcode project like others. If you want to compile an Xcode project, I'd strongly suggest to create this project in a Mac. |