mobfox / MobFox-iOS-SDK

Apache License 2.0
15 stars 12 forks source link

crashing while presenting modal view controller on any view controller #58

Closed shatru-git closed 6 years ago

shatru-git commented 6 years ago

getting crash on MobFoxTagInterstitialAd.m line 78 Fatal Exception: NSInvalidArgumentException Application tried to present modally an active controller <ViewController: 0x101980e00>.

I m using pod 'MobFoxSDK','~> 3.1.9'

nabriski commented 6 years ago

Hi,

Did you try: pod 'MobFoxSDK','3.1.9c'? I think that our versioning system does not always agree with Cocoapods (we'll fix this) so you may not be getting the latest.

shatru-git commented 6 years ago

Will it properly work if I integrate sdk manually ?

nabriski commented 6 years ago

I believe so.

nabriski commented 6 years ago

You an bump to it to 3.2.0 with the former setting 'MobFoxSDK','~> 3.2.0'. We'll adhere to the cocoapod rules from now on.