Skip to content

Commit 64663cc

Browse files
committed
Use Firebase/Crashlytics instead of Crashlytics.
The previous version of Crashlytics (3.x) was missing some headers required for Unity builds.
1 parent c21ea9d commit 64663cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_pod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target 'GetPods' do
77
pod 'Firebase/AdMob', '7.10.0'
88
pod 'Firebase/Analytics', '7.10.0'
99
pod 'Firebase/Auth', '7.10.0'
10+
pod 'Firebase/Crashlytics', '7.10.0'
1011
pod 'Firebase/Database', '7.10.0'
1112
pod 'Firebase/DynamicLinks', '7.10.0'
1213
pod 'Firebase/Firestore', '7.10.0'
@@ -17,5 +18,4 @@ target 'GetPods' do
1718
pod 'Firebase/RemoteConfig', '7.10.0'
1819
pod 'Firebase/Storage', '7.10.0'
1920

20-
pod 'Crashlytics', '3.14.0'
2121
end

0 commit comments

Comments
 (0)