Big Sur on MacBook Air 2017 | Flutter dev experience macOS Big Sur on MacBook Air 2017 | MacBook Dev



Running flutter project in macOS Big Sur running on MacBook Air 2017.
Installing BIG Sur in MacBook Air 2017

I have run flutter project in Mac OS Catalina and Big Sur and compare development or build time between the two. If you face the issue called ““iproxy” cannot be opened because the developer cannot be verified.” then run the below script.

sudo xattr -d com.apple.quarantine /PATH_TO_YOUR_FLUTTER_HOME/bin/cache/artifacts/usbmuxd/iproxy

if it doesn’t work then run below two
sudo xattr -d com.apple.quarantine /PATH_TO_YOUR_FLUTTER_HOME/bin/cache/artifacts/libimobiledevice/idevice_id
sudo xattr -d com.apple.quarantine /PATH_TO_YOUR_FLUTTER_HOME/bin/cache/artifacts/libimobiledevice/ideviceinfo .

Share this: