Skip to content

Commit 7500975

Browse files
committed
Update the include paths for the iOS Pods
One of the Pod headers includes another as FirebaseCore/FIRLoggerLevel.h, which means the directory that the pods are located in needs to be added to the include path. PiperOrigin-RevId: 255681551
1 parent 180cc72 commit 7500975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ if(IOS)
321321
set(base_header_dir "${pods_dir}/Pods/Headers/Public")
322322
target_include_directories(firebase_app
323323
PRIVATE
324+
${base_header_dir}
324325
${base_header_dir}/FirebaseCore
325326
${base_header_dir}/FirebaseDynamicLinks
326327
${base_header_dir}/FirebaseInstanceID

0 commit comments

Comments
 (0)