From a5a71fbbdf0f30751b1f3a9b17ce94d783725935 Mon Sep 17 00:00:00 2001 From: Niranjan Bhaskar Date: Mon, 23 May 2022 16:04:58 -0400 Subject: [PATCH] Add header search paths to protobuf-c++ spec --- Protobuf-C++.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec index 9d8815a8c8..841596da29 100644 --- a/Protobuf-C++.podspec +++ b/Protobuf-C++.podspec @@ -35,6 +35,7 @@ Pod::Spec.new do |s| # Do not let src/google/protobuf/stubs/time.h override system API 'USE_HEADERMAP' => 'NO', 'ALWAYS_SEARCH_USER_PATHS' => 'NO', + 'HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)/src"' } end