build(ios): remove onnxruntime pod wiring

This commit is contained in:
Edison Jwa
2026-05-31 22:30:46 +09:00
parent 6f7063971d
commit e8e9fa8ccf
3 changed files with 2 additions and 30 deletions
-1
View File
@@ -39,7 +39,6 @@ target 'Runner' do
# flutter_rust_bridge can dlopen() it at runtime via FRB's
# default `chanora_bridge.framework/chanora_bridge` lookup path.
pod 'chanora_bridge', :path => '.'
pod 'onnxruntime-c', '1.22.0'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do