diff --git a/mobile/.gitignore b/mobile/.gitignore index b6ee5c6161..452efa9a2c 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -40,4 +40,3 @@ android/.settings/ .env fastlane/report.xml -TensorFlowLiteC.framework diff --git a/mobile/docs/dev.md b/mobile/docs/dev.md index e13ffe2c9e..53a7c25ad6 100644 --- a/mobile/docs/dev.md +++ b/mobile/docs/dev.md @@ -12,23 +12,4 @@ cd ios && pod install && cd .. ```sh sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch -``` - -#### Error (Xcode): Framework not found TensorFlowLiteC - -Copy tflite package from pub.dev to pub.dartlang.org - -```sh -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 -```bash -./setup.sh -``` - -Install the pod again - -```bash -cd ios && pod install && cd .. -``` +``` \ No newline at end of file