From 913354371f144512e8c4cbfead8b3db0ace77f72 Mon Sep 17 00:00:00 2001 From: Niranjan Bhaskar Date: Mon, 23 May 2022 15:39:15 -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 9d8815a8c84a..841596da297c 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