Skip to content

Commit a7d5db7

Browse files
authored
Add an additional path for iOS Crashlytics headers (#283)
1 parent fc9b605 commit a7d5db7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crashlytics/src/cpp/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ if(IOS)
101101
POD_NAMES
102102
FirebaseCrashlytics
103103
)
104+
# The Crashlytics cocoapod can use a unique path that does not match the pattern used by
105+
# other Firebase cocoapods, so add the path explicitly here.
106+
target_include_directories(firebase_crashlytics
107+
PUBLIC
108+
${FIREBASE_POD_DIR}/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics
109+
)
104110

105111
# Crashlytics pods use 'iOS' dir instead of 'Frameworks' dir
106112
symlink_pod_headers(firebase_crashlytics Crashlytics CrashlyticsiOS

0 commit comments

Comments
 (0)