From 19f82b4e3c50bfb73d3b814240c58d6f13a36c77 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 2 Nov 2018 11:30:10 -0700 Subject: [PATCH] Add missing nanopb flag --- FirebaseFirestore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index 6802b0adb74..cbdd8c201de 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -68,7 +68,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, # The nanopb pod sets these defs, so we must too. (We *do* require 16bit # (or larger) fields, so we'd have to set at least PB_FIELD_16BIT # anyways.) - 'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1', + 'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1', 'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}" ' + '"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp" ' +