dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
154 stars 95 forks source link

FacebookAudienceNetworkInterstitialAd.swift line 49 #94

Open jesusspr opened 3 years ago

jesusspr commented 3 years ago

It crashes in iOS, this one from iPhone XR iOS 14.3.0

Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value: file /Users/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/facebook_audience_network-0.8.0/ios/Classes/FacebookAudienceNetworkInterstitialAd.swift, line 49

Crashed: com.apple.main-thread 0 Runner 0x103313b5c FacebookAudienceNetworkInterstitialAdPlugin.showAD(_:) + 49 (FacebookAudienceNetworkInterstitialAd.swift:49) 1 Runner 0x10331315c closure #1 in FacebookAudienceNetworkInterstitialAdPlugin.init(_channel:) + 23 (FacebookAudienceNetworkInterstitialAd.swift:23) 2 Runner 0x1033196ac thunk for @escaping @callee_guaranteed (@guaranteed FlutterMethodCall, @guaranteed @escaping @callee_guaranteed (@in_guaranteed Any?) -> ()) -> () + 54024 (:54024) 3 Flutter 0x10481b4c8 (Missing) 4 Flutter 0x1042c5e20 (Missing) 5 Flutter 0x1045b6924 (Missing) 6 Flutter 0x104557898 (Missing) 7 Flutter 0x104559700 (Missing) 8 CoreFoundation 0x185335fa0 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 32 9 CoreFoundation 0x185335ba0 CFRunLoopDoTimer + 1064 10 CoreFoundation 0x185334ffc CFRunLoopDoTimers + 328 11 CoreFoundation 0x18532eee4 __CFRunLoopRun + 1936 12 CoreFoundation 0x18532e21c CFRunLoopRunSpecific + 600 13 GraphicsServices 0x19ce32784 GSEventRunModal + 164 14 UIKitCore 0x187d6cfe0 -[UIApplication _run] + 1072 15 UIKitCore 0x187d72854 UIApplicationMain + 168 16 Runner 0x102f25a5c main + 6 (AppDelegate.swift:6) 17 libdyld.dylib 0x184fee6b0 start + 4

lecatalan234 commented 3 years ago

Hi Did you resolve this problem?