sudo gem install cocoapods
cd ios && pod install && cd ..
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
-
Copy tflite package from pub.dev to pub.dartlang.org
cp -r ~/.pub-cache/hosted/pub.dev/tflite_flutter-0.9.1 ~/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-0.9.1
-
Run setup.sh
- ./setup.sh
- Install the pod again
cd ios && pod install && cd ..