Libgdx & RoboVM for the app store

I can compile and run my game using LibGDX 0.9.9 and RoboVM 0.0.7

I managed to create an ipaapplication to represent the store. When loading my application using Application Loader, I get an error message:This bundle is invalid. Apple is currently not accepting applications built with this version of Xcode.

Adding

<key>DTXcode</key>
<string>0502</string>

<key>DTXcodeBuild</key>
<string>5A3005</string>

for my info.plist, I get the same app store view error.

I tried to compile my project with each combination of the following libraries

LibGDX 0.9.9
LibGDX Nightly - 02/13/14

RoboVM 0.0.8
RoboVM 0.0.9
RoboVM 0.0.10-SNAPSHOT

With any version of RoboVM exceeding 0.0.7, I get the following error:

java.lang.IllegalArgumentException: No @Marshaler found for parameter 1 of @Callback method <com.badlogic.gdx.backends.iosrobovm.objectal.AVAudioPlayerDelegate$Callbacks: void didFinishPlaying(com.badlogic.gdx.backends.iosrobovm.objectal.AVAudioPlayerDelegate,org.robovm.objc.Selector,org.robovm.cocoatouch.foundation.NSObject,boolean)>
    at org.robovm.compiler.MarshalerLookup.findMarshalerMethod(MarshalerLookup.java:167)
    at org.robovm.compiler.BroMethodCompiler.getParameterType(BroMethodCompiler.java:492)
    at org.robovm.compiler.BroMethodCompiler.getBridgeOrCallbackFunctionType(BroMethodCompiler.java:513)
    at org.robovm.compiler.BroMethodCompiler.getCallbackFunctionType(BroMethodCompiler.java:505)
    at org.robovm.compiler.CallbackMethodCompiler.callback(CallbackMethodCompiler.java:78)
    at org.robovm.compiler.CallbackMethodCompiler.compileCallback(CallbackMethodCompiler.java:107)
    at org.robovm.compiler.CallbackMethodCompiler.doCompile(CallbackMethodCompiler.java:74)
    at org.robovm.compiler.AbstractMethodCompiler.compile(AbstractMethodCompiler.java:74)
    at org.robovm.compiler.ClassCompiler.callbackMethod(ClassCompiler.java:1070)
    at org.robovm.compiler.ClassCompiler.compile(ClassCompiler.java:566)
    at org.robovm.compiler.ClassCompiler.compile(ClassCompiler.java:283)
    at org.robovm.compiler.AppCompiler.compile(AppCompiler.java:198)
    at org.robovm.compiler.AppCompiler.compile(AppCompiler.java:216)
    at org.robovm.compiler.AppCompiler.main(AppCompiler.java:438)

I'm at a loss. I just want to send my application to the Apple App Store. RoboVM 0.0.7 does not work, and I cannot compile my project with any new version of RoboVM. Let me know if you need more information.

RoboVM 0.0.7 ( Xcode 5.2)?

> 0.0.7?

+4
1

bundle is invalid ​​ RoboVM 0.0.9, . No @Marshaler found, , , robovm-cocoatouch.jar . , RoboVM 0.0.9 Eclipse.

+1

Source: https://habr.com/ru/post/1526858/


All Articles