Flutter Crash on Startup for iPhone 6 running iOS 12.4
A
Anderson Oki
It seems that after installing adapty_flutter: 1.0.6 with the following versions of the package via Cocoapods - Adapty (1.16.3) - adapty_flutter (1.0.0): - Adapty (= 1.16.3) the application simply crash:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD 1 Library missing
Library not loaded: /System/Library/Frameworks/AdServices.framework/AdServices
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/772E56D9-F7B8-460E-93D7-8DC2083F169F/data/Containers/Bundle/Application/03BB65BD-2F4D-418A-937B-FD851AC8F406/Runner.app/Runner
Reason: image not found
(terminated at launch; ignore backtrace)
A
Anderson Oki
I updated to 1.0.7 and confirmed the fix!
A
Adapty Support
Hey guys, just wanted to give you a heads up on this one. We released a fresh version of the Flutter SDK, which fixes this problem :-)
S
Semen
Ivan, its cool
A
Anderson Oki
Hi Ivan, thanks for following up.
A
Adapty Support
Hey there,
I've spoken with the devs regarding this one. It looks like a bug with the recent release of Apple iOS SDK. Our dev team is working on fixes for the Adapty's SDK's
A
Anderson Oki
I tried to link the binary with library marking the AdServices as Optional and the library started pointing to Adapty:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD 1 Library missing
Library not loaded: /System/Library/Frameworks/AdServices.framework/AdServices
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/772E56D9-F7B8-460E-93D7-8DC2083F169F/data/Containers/Bundle/Application/5595D135-2629-4FFA-964A-244862C41909/Runner.app/Frameworks/adapty_flutter.framework/adapty_flutter
Reason: image not found
(terminated at launch; ignore backtrace)
S
Semen
Hello!
Have the same problem :(