https://stackoverflow.com/questions/57853127/speech-recognition-error-on-ios-thread-1-exc-bad-access-code-2-address-0x16f4
I installed this speech recognition package on a flutter project it works very fine with android but on iOS it gets stock at the splash screen
on Xcode I get this error: Thread 1: EXC_BAD_ACCESS (code=2, address=0x16f21ffe0) see image below enter image description here

the error happens when I add the speech_recognition package to pubspeck.yaml, do packages get, and pod install, then run the project. By removing the package it runs again.
I also tried to clean and also on Xcode product -> clean build folder. still same error.
anyone an idea?
Edit: I also stepped a new project and added the package to the pubspect.yaml file and I only get this warning
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.
and the screen is blank white.