aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'FirebaseFirestore.podspec')
-rw-r--r--FirebaseFirestore.podspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index b3db410..0f0fe19 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -66,7 +66,9 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'GCC_PREPROCESSOR_DEFINITIONS' => 'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 ',
'HEADER_SEARCH_PATHS' =>
'"${PODS_TARGET_SRCROOT}" ' +
- '"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp"',
+ '"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp" ' +
+ '"${PODS_ROOT}/nanopb" ' +
+ '"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb"',
'OTHER_CFLAGS' => '-DFIRFirestore_VERSION=' + s.version.to_s
}