You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following all the mentioned steps to run the application including melos, script on the macos side. Application was getting crashed at this point with the below log message.
"Unhandled Exception: Invalid argument(s): Failed to lookup symbol 'setLogEnabled': dlsym(RTLD_DEFAULT, setLogEnabled): symbol not found"
After commenting this line from the main.dart, I was getting same error for "zx.version". I've provided all the required permissions from the macOS side for camera but still camera is not working on this although application is working. Also I'm unable to create barcode.
The text was updated successfully, but these errors were encountered:
I also have the same problems.But i solved it , do it step by step as README.md , the most important step is "git clone --recursive https://github.com/khoren93/flutter_zxing.git" Good luck for you.
After following all the mentioned steps to run the application including melos, script on the macos side. Application was getting crashed at this point with the below log message.
"Unhandled Exception: Invalid argument(s): Failed to lookup symbol 'setLogEnabled': dlsym(RTLD_DEFAULT, setLogEnabled): symbol not found"
After commenting this line from the main.dart, I was getting same error for "zx.version". I've provided all the required permissions from the macOS side for camera but still camera is not working on this although application is working. Also I'm unable to create barcode.
The text was updated successfully, but these errors were encountered: