diff --git a/js/react_native/e2e/ios/Podfile b/js/react_native/e2e/ios/Podfile index 20f72b0d37f20..7cb9497bddce3 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