Note that there are some explanatory texts on larger screens.

plurals
  1. PORevMob iPad issues
    primarykey
    data
    text
    <p>So I am implementing RevMob to my app and it works fine on my iPhone. My app consists of tableview and other views connected to it. It launches and there's a banner, as there should be, and I tap a cell to go to another view and it works but then when I go back it crashes. Here's the output throughout this operation:</p> <pre><code>2013-09-26 00:07:28.027 iConvertMaster[890:60b] [RevMob] Starting RevMobAds 2013-09-26 00:07:28.580 iConvertMaster[890:60b] [RevMob] Initializating Banner. 2013-09-26 00:07:28.635 iConvertMaster[890:60b] [RevMob] Requesting banner data. 2013-09-26 00:07:29.726 iConvertMaster[890:60b] [RevMob] Ad received: (200). 2013-09-26 00:07:31.667 iConvertMaster[890:60b] [RevMob] Banner did received. 2013-09-26 00:07:31.668 iConvertMaster[890:60b] -[__NSCFArray setStatus:]: unrecognized selector sent to instance 0x17e6dc10 2013-09-26 00:07:31.669 iConvertMaster[890:60b] *** WebKit discarded an uncaught exception in the webView:didFinishLoadForFrame: delegate: &lt;NSInvalidArgumentException&gt; -[__NSCFArray setStatus:]: unrecognized selector sent to instance 0x17e6dc10 2013-09-26 00:07:31.869 iConvertMaster[890:60b] [RevMob] Initializating Banner. 2013-09-26 00:07:31.871 iConvertMaster[890:60b] [RevMob] Requesting banner data. 2013-09-26 00:07:31.957 iConvertMaster[890:60b] [RevMob] Initializating Banner. 2013-09-26 00:07:31.958 iConvertMaster[890:60b] [RevMob] Requesting banner data. 2013-09-26 00:07:32.160 iConvertMaster[890:60b] [RevMob] Ad received: (200). 2013-09-26 00:07:32.246 iConvertMaster[890:60b] [RevMob] Banner did received. (lldb) </code></pre> <p>The weird thing is there's no output at the time of the crash, only this exception:<br> <code>Thread 1: EXC_BAD_ACCESS(code=1, address=0x9be4a6e</code></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload