diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index d8fea6edb15..c099fb51823 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -4,6 +4,7 @@ platform :ios, '8.0' pod 'gRPC', :path => "../../.." pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" +pod 'Route_guide', :path => "../generated_libraries/RouteGuideClient" link_with 'AllTests'