Skip to content

Commit 1062c80

Browse files
committed
fix(ios): revert TensorFlow Lite Swift to 2.12.0
- Reverts iOS TensorFlow Lite Swift version from 2.16.1 to 2.12.0 - Fixes CocoaPods compatibility issue where 2.16.1 was not available - Maintains iOS functionality while keeping Android 16KB page size support
1 parent 94ab98e commit 1062c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/tflite_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TensorFlow Lite plugin for Flutter apps.
2222

2323
s.dependency 'Flutter'
2424

25-
tflite_version = '2.16.1'
25+
tflite_version = '2.12.0'
2626
s.dependency 'TensorFlowLiteSwift', tflite_version
2727
s.dependency 'TensorFlowLiteSwift/Metal', tflite_version
2828
s.dependency 'TensorFlowLiteSwift/CoreML', tflite_version

0 commit comments

Comments
 (0)