سؤال

I try to generate my IPA with $ gradlew ios:generateIPA from commandline but I receive this error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ios:createIPA'.
> No @Marshaler found for parameter 3 of @Callback method<org.robovm.apple.uikit.UIApplication: long $cb$beginBackgroundTaskWithExpirationHandler$(org.robovm.apple.uikit.UIApplication,org.robov    m.objc.Selector,java.lang.Runnable)>

I have unpacked the lastest robovm release under Downloads, and I also updated robovm eclipse plugin. All to 0.0.11.

My build.gradle is configurated with roboVMVersion = "0.0.11".

What could be the problem?

Thanks!

هل كانت مفيدة؟

المحلول

SOLVED!

It's necessary to create a new App ID from member center, if I want to generate a IPA of my game.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top