We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9b605 commit a7d5db7Copy full SHA for a7d5db7
crashlytics/src/cpp/CMakeLists.txt
@@ -101,6 +101,12 @@ if(IOS)
101
POD_NAMES
102
FirebaseCrashlytics
103
)
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
+ )
110
111
# Crashlytics pods use 'iOS' dir instead of 'Frameworks' dir
112
symlink_pod_headers(firebase_crashlytics Crashlytics CrashlyticsiOS
0 commit comments