I'm trying to implement banner ads with revMob, but when I test on my device (iPhone 4, iOS 7), the app crashes and it returns this messages:
2014-05-19 18:42:24.050 hero_rush iOS[522:60b] [RevMob] Banner did received.
2014-05-19 18:42:24.089 hero_rush iOS[522:60b] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [inf nan]'
*** First throw call stack:
This is how I'm implementing the mini banner:
revmob::RevMob *revmob = revmob::RevMob::SharedInstance();
revmob->ShowBanner();
EDIT
This is related to cocos2d-x, because I'm using RevMob SDK for cocos2d-x.
Have you done this in appdelegate.cpp