diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index 31bd4eb821670ce2814cd02da7188c8ef59e2ead..471b83c6c7dbe78b602dc403e8828879c76f84a3 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 
 pod 'gRPC', :path => "../../../.."
-pod 'Route_guide', :path => "protos"
+pod 'Route_guide', :path => "RouteGuideClient"
 
 link_with 'Sample', 'SampleTests'
 
diff --git a/src/objective-c/examples/Sample/protos/Route_guide.pb.h b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.h
similarity index 100%
rename from src/objective-c/examples/Sample/protos/Route_guide.pb.h
rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.h
diff --git a/src/objective-c/examples/Sample/protos/Route_guide.pb.m b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.m
similarity index 100%
rename from src/objective-c/examples/Sample/protos/Route_guide.pb.m
rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.m
diff --git a/src/objective-c/examples/Sample/protos/Route_guide.podspec b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.podspec
similarity index 100%
rename from src/objective-c/examples/Sample/protos/Route_guide.podspec
rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.podspec
diff --git a/src/objective-c/examples/Sample/protos/route_guide.proto b/src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto
similarity index 100%
rename from src/objective-c/examples/Sample/protos/route_guide.proto
rename to src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto