diff --git a/js/react_native/e2e/ios/Podfile b/js/react_native/e2e/ios/Podfile index ab2aeb490f7d3..f47e57e47ffb6 100644 --- a/js/react_native/e2e/ios/Podfile +++ b/js/react_native/e2e/ios/Podfile @@ -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