I’m trying to build a IOS version of my flutter app and this error keep popping up.
EXC_BAD_ACCESS (code=1, address=0x0)
I tried everything i could think off and i already did what the amplify team says in the example of pub.dev.
Someone else got a problem like that?
How can i solve it?
I already initialize Cognito in my main.dart and even i tried to initialize it in the AppDelegate.swift but it keeps happening.
I also made an Amplifyconfiguration.json and included it in my IOS folder