Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRobovm crash [GADInterstitial initWithAdUnitID:]: unrecognized selector sent to instance #78
Comments
|
Try to use the latest Mobidevelop Robopods: https://github.com/MobiDevelop/robovm-robopods Your build.gradle references the original robopods. |
|
I've tried switching to the mobidevelop robopods 2.2.1-SNAPSHOT but still getting the same issue. Is the mobidevelop robovm stable for ios 10 and xcode8 ? |
|
@Tom-Ski Can you take a look at this? It seems something is wrong in the binding (unknown selector sent). |
|
The current issue is invalid, I spoke to OP on irc and asked to update with the correct info (use our robopods instead and update the test and stacktrace accordingly) That hasn't been done, so there isn't much I can look into any further. I'm currently using the latest build of the admob binding and I dont see this issue. |
|
@Tom-Ski It's because he is using the MobiDevelop fork of RoboVM, which is based off of RoboVM 1.8.0 so the 1.14.0 robopod doesn't work. |
|
@Tom-Ski OK, thanks for your feedback. Closing, OP please update a New issue with the updated infos. |
Hello,
I am trying to run my app for ios (latest xcode 8,ios 10, iphone 6 simulator) with admob. I followed this guide https://github.com/florianf/robovm-robopods/tree/master/google-mobile-ads/ios. But I am getting the following stacktrace error. Any help?
The actual admob code
My build gradle is as follows
[](buildscript {
project.ext.roboVMVersion = "2.2.1-SNAPSHOT"
project.ext.roboVMGradleVersion = "2.2.1-SNAPSHOT"
project.ext.robopodsVersion = "1.14.0"
}
allprojects {
apply plugin: "eclipse"
apply plugin: "idea"
}
project(":android") {
apply plugin: "android"
}
project(":desktop") {
apply plugin: "java"
}
project(":ios") {
apply plugin: "java"
apply plugin: "robovm"
}
project(":html") {
apply plugin: "gwt"
apply plugin: "war"
}
project(":core") {
apply plugin: "java"
}
tasks.eclipse.doLast {
delete ".project"
})
my robovm.xml looks like
http://pastebin.com/1vdiRCrt