quick_usb icon indicating copy to clipboard operation
quick_usb copied to clipboard

Deploy Flutter AppStore with libusb (M1)

Open AlphaBlend1975 opened this issue 1 year ago • 1 comments

Error (no such file)

Library not loaded: /opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib Referenced from: <08E9B59C-29B6-32C6-B2D8-DCD81153FE85> /Volumes/Data/Projects/SWTH/qipos/build/macos/Build/Products/Debug/QiPOS Anywhere.app/Contents/MacOS/QiPOS Anywhere Reason: tried: '/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/usr/local/lib/libusb-1.0.0.dylib' (no such file), '/usr/lib/libusb-1.0.0.dylib' (no such file, not in dyld cache)

But solved by user already install or pre install lib before (brew install libusb)

How to add install lib or included lib with deployment in flutter app? Apple store support can not install libusb outsite store for approve flutter app..

AlphaBlend1975 avatar Jan 14 '23 17:01 AlphaBlend1975