From: Kurayami T. <kur...@gm...> - 2012-12-25 05:55:16
|
Hi This is a continuation to https://sourceforge.net/mailarchive/message.php?msg_id=30114275 I couldn't find a way to reply to the message on SF's mailing page. Thanks Arno for your reply. I'm trying to generate the iOS API using ant gen-xmlvm-ios as suggested in https://sourceforge.net/mailarchive/message.php?msg_id=28303835. But I'm getting this error: java.lang.RuntimeException: type 'ACCOUNTS_CLASS_AVAILABLE(NA, 5_0) @interface ACAccount : NSObject - (id)initWithAccountType:(ACAccountType )' contains spaces at org.crossmobile.source.ctype.CType.<init>(CType.java:112) at org.crossmobile.source.utils.ListOfArguments.parse(ListOfArguments.java:53) at org.crossmobile.source.ctype.CArgument.create(CArgument.java:178) My settings: crossmobile's xmlvm.properties sdk path modified to point to SDK 6.0 ===== Also, if/when this is compiled properly, how do I use it properly? Do I still need to pass in --xmlvm-new-ios-api when I compile my project? I've tried it and it just bombs out with an NPE. |