speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

https://stackoverflow.com/questions/57853127/speech-recognition-error-on-ios-thread-1-exc-bad-access-code-2-address-0x16f4

Open kushtra24 opened this issue 6 years ago • 0 comments

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 Screenshot 2019-09-09 at 13 18 29

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.

kushtra24 avatar Sep 09 '19 11:09 kushtra24