BlueRiverInteractive / robovm-ios-bindings

[Deprecated] New bindings: https://github.com/robovm/robovm-robopods. A collection of third party bindings for RoboVM iOS
Apache License 2.0
162 stars 101 forks source link

Vungle sample not working #170

Open TheAndroidMachine opened 9 years ago

TheAndroidMachine commented 9 years ago

Currently the Vungle sample is not working.

To reproduce it: 1- download the samples 2- import the projects into eclipse 3- run the Vungle sample on the simulator

The exception: java.lang.ExceptionInInitializerError at org.robovm.bindings.vungle.sample.Sample.didFinishLaunching(Sample.java) at org.robovm.apple.uikit.UIApplicationDelegate$ObjCProxy.$cb$applicationDidFinishLaunching$(Unknown Source) at org.robovm.apple.uikit.UIApplication.main(Native Method) at org.robovm.apple.uikit.UIApplication.main(UIApplication.java) at org.robovm.bindings.vungle.sample.Sample.main(Sample.java) Caused by: org.robovm.objc.ObjCClassNotFoundException: VGVunglePub at org.robovm.objc.ObjCClass.getByType(ObjCClass.java) at org.robovm.bindings.vungle.VGVunglePub.(VGVunglePub.java) ... 5 more

I have tested the admob and the facebook samples and I did not have any problems.

xirtam-ch commented 7 years ago

Same issue here.