From: Markus H. <ma...@ti...> - 2012-12-13 20:35:04
|
I have support for adding custom frameworks to the project in my xmlvm fork: https://github.com/tisoft/xmlvm/commits/master Currently it is in this commit https://github.com/tisoft/xmlvm/commit/0e61d09fafce12874d5e28009df44740ae55ea70 but that will change when I rebase my changes. You should be able to put your .a file into a framework directory structure and specify that as a framework dependency to xmlvm. I don't have the time currently to bring this patch through the official review system, will do so in january or february. If you want to try it out, just check out the master from above and build that. I am using this to include the QuincyKit and TestFlight Frameworks in my Kinderlieder App, so it is appstore approved. :) Sample command line parameter for xmlvm: --lib=SystemConfiguration.framework,/Users/markus/Documents/workspace/Kinderlieder/iphone/frameworks/TestFlight.framework~,/Users/markus/Documents/workspace/Kinderlieder/iphone/frameworks/CrashReporter.framework~ Regards, Markus Am 13.12.2012 um 20:33 schrieb Arno Puder <ar...@pu...>: > > XMLVM does not support this. --lib needs to reference a jar file that > will also be cross-compiled. There is no option to include a native > library. Patches are welcome. :) > > Arno > > > On 12/13/12 10:42 AM, Steve Hannah wrote: >> 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 >> >> ------------------------------------------------------------------------------ >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >> Remotely access PCs and mobile devices and provide instant support >> Improve your efficiency, and focus on delivering more value-add services >> Discover what IT Professionals Know. Rescue delivers >> http://p.sf.net/sfu/logmein_12329d2d >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |