Closed cardevisi closed 1 year ago
I cannot reproduce the problem. I need more details.
I note that the error occurred in the FlutterBranchSdk.trackContent
method.
I need the code example that you are using to initialize the BranchUniversalObject and that you are passing to the method.
Are you passing just one item or a Buo list?
Hi @RodrigoSMarques , thanks a lot! This is the way that we implemented the trackContent call. But after your comment we call another method FlutterBranchSdk.trackContentWithoutBuo and the problem solved.
New call:
Describe the bug I'm trying to build a Flutter application for IOS, but I received this error. More details below:
flutter_branch_sdk/SwiftFlutterBranchSdkPlugin.swift:311: Fatal error: Unexpectedly found nil while unwrapping an Optional value
To Reproduce Steps to reproduce the behavior:
Or the alternative way Steps to reproduce the behavior:
Expected behavior I would like build without any problems.
Screenshots
IOS Simulator: