ads - iOS app breaks after launching since adding Appodeal framework -
my app worked without problem, after adding appodeal framework project, app began break after launching. have latest appodeal sdk , xcode 7.2.1
2016-02-06 20:09:31.737 ad[557:189747] sourcekit logger: log level set none 2016-02-06 20:09:31.935 ad[557:189747] podappodeal_skmraidinterstitial mraidviewdelegate mraidviewadready: 2016-02-06 20:09:32.626 ad[557:189747] sourcekit logger: log level set none 2016-02-06 20:09:32.677 ad[557:189747] podappodeal_skmraidinterstitial mraidviewdelegate mraidviewadready: 2016-02-06 20:09:33.052 ad[557:189747] sourcekit logger: log level set none 2016-02-06 20:09:33.104 ad[557:189747] podappodeal_skmraidinterstitial mraidviewdelegate mraidviewadready:
first of - please check podfile. must this:
platform :ios, '7.1' source 'https://github.com/appodeal/cocoapods.git' source 'https://github.com/cocoapods/specs.git' target 'iosdemo' pod 'appodeal', '~> 0.8.1' # xcode 7 # pod 'appodeal', '0.4.8' # xcode 6.4 pod 'mwfeedparser', '~> 1.0' end if have problems versions of pods please run
rm -rf "${home}/library/caches/cocoapods" rm -rf "`pwd`/pods/" pod update also please check build settings:
ios sdk 0.7.0+ deployment target: ios 7.1 , i see full log (stack trace). can see going on there.
you can discuss in anytime via chat @ appodeal site. rummage through issue.
upd: okay now? if it's not - please send me full log (stack trace). assist you.
Comments
Post a Comment