Skip to content

Commit

Permalink
update pod path for onnxruntime-react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Jul 20, 2022
1 parent dd9fb74 commit 6f36454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/react_native/e2e/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target 'OnnxruntimeModuleExample' do
if File.exist?('../../local_pods/onnxruntime-mobile-c.zip')
pod 'onnxruntime-mobile-c', :podspec => '../../onnxruntime-mobile-c.podspec'
end
pod 'onnxruntime-react-native', :path => '../..'
pod 'onnxruntime-react-native', :path => '../node_modules/onnxruntime-react-native'

inherit! :search_paths
end

0 comments on commit 6f36454

Please sign in to comment.