[mob][photos] Remove last tflite remnants

This commit is contained in:
laurenspriem
2024-08-27 11:41:59 +02:00
parent ac3061a232
commit 9b82ba22a3
2 changed files with 1 additions and 21 deletions

1
mobile/.gitignore vendored
View File

@@ -40,4 +40,3 @@ android/.settings/
.env
fastlane/report.xml
TensorFlowLiteC.framework

View File

@@ -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 ..
```
```