From 67e90c38f027916d2c5a7073eae0c279c4979ba8 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Tue, 12 Nov 2019 11:15:13 -0800 Subject: [PATCH] Nit fix in Podfile --- test/cpp/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/ios/Podfile b/test/cpp/ios/Podfile index 227ab0a89c6..f49b8ba0d09 100644 --- a/test/cpp/ios/Podfile +++ b/test/cpp/ios/Podfile @@ -17,7 +17,7 @@ target 'CronetTests' do pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true pod 'gRPC-Core', :path => GRPC_LOCAL_SRC - pod 'gRPC-C++/Cronet', :path => GRPC_LOCAL_SRC + pod 'gRPC-C++/Cronet-Implementation', :path => GRPC_LOCAL_SRC pod 'gRPC-C++/Protobuf', :path => GRPC_LOCAL_SRC pod 'RemoteTestCpp', :path => "RemoteTestClientCpp", :inhibit_warnings => true