From: Steve H. <st...@we...> - 2012-12-13 18:42:30
|
Hi everyone, I'm having some trouble getting xmlvm to automatically add native ios libraries to the generated Xcode project. I have a library in a file mylib.a, that I would like to have linked to the Xcode project that is generated by XMLVM. I have tried: 1. Placing the mylib.a into the resources directory before running the ANT build step. 2. Specifying --lib=/path/to/mylib.a in as a flag in the call to xmlvm 3. Specifying --resource=/path/to/mylib.a as a flag in the call to xmlvm In all cases, the library is not linked in the resulting Xcode project (that is produced with the build step). I have to add it manually after the fact. Any pointers much appreciated. Steve |