Skip to content

Commit 365e436

Browse files
authored
Fix Firebase 8.x build failure (#1142)
1 parent d5132bd commit 365e436

File tree

2 files changed

+50
-47
lines changed

2 files changed

+50
-47
lines changed

abtesting/ABTestingExample/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616

1717
import Firebase
18+
import FirebaseInstanceID
1819
import UIKit
1920

2021
enum ColorScheme {

abtesting/Podfile.lock

Lines changed: 49 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,84 @@
11
PODS:
2-
- Firebase/Analytics (7.4.0):
2+
- Firebase/Analytics (7.10.0):
33
- Firebase/Core
4-
- Firebase/Core (7.4.0):
4+
- Firebase/Core (7.10.0):
55
- Firebase/CoreOnly
6-
- FirebaseAnalytics (= 7.4.0)
7-
- Firebase/CoreOnly (7.4.0):
8-
- FirebaseCore (= 7.4.0)
9-
- Firebase/RemoteConfig (7.4.0):
6+
- FirebaseAnalytics (~> 7.10.0)
7+
- Firebase/CoreOnly (7.10.0):
8+
- FirebaseCore (= 7.10.0)
9+
- Firebase/RemoteConfig (7.10.0):
1010
- Firebase/CoreOnly
11-
- FirebaseRemoteConfig (~> 7.4.0)
12-
- FirebaseABTesting (7.4.0):
11+
- FirebaseRemoteConfig (~> 7.10.0)
12+
- FirebaseABTesting (7.10.0):
1313
- FirebaseCore (~> 7.0)
14-
- FirebaseAnalytics (7.4.0):
14+
- FirebaseAnalytics (7.10.0):
1515
- FirebaseCore (~> 7.0)
1616
- FirebaseInstallations (~> 7.0)
17-
- GoogleAppMeasurement (= 7.4.0)
17+
- GoogleAppMeasurement (= 7.10.0)
1818
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
1919
- GoogleUtilities/MethodSwizzler (~> 7.0)
2020
- GoogleUtilities/Network (~> 7.0)
2121
- "GoogleUtilities/NSData+zlib (~> 7.0)"
22-
- nanopb (~> 2.30907.0)
23-
- FirebaseCore (7.4.0):
22+
- nanopb (~> 2.30908.0)
23+
- FirebaseCore (7.10.0):
2424
- FirebaseCoreDiagnostics (~> 7.4)
2525
- GoogleUtilities/Environment (~> 7.0)
2626
- GoogleUtilities/Logger (~> 7.0)
27-
- FirebaseCoreDiagnostics (7.4.0):
28-
- GoogleDataTransport (~> 8.0)
27+
- FirebaseCoreDiagnostics (7.10.0):
28+
- GoogleDataTransport (~> 8.4)
2929
- GoogleUtilities/Environment (~> 7.0)
3030
- GoogleUtilities/Logger (~> 7.0)
31-
- nanopb (~> 2.30907.0)
32-
- FirebaseInstallations (7.4.0):
31+
- nanopb (~> 2.30908.0)
32+
- FirebaseInstallations (7.10.0):
3333
- FirebaseCore (~> 7.0)
3434
- GoogleUtilities/Environment (~> 7.0)
3535
- GoogleUtilities/UserDefaults (~> 7.0)
3636
- PromisesObjC (~> 1.2)
37-
- FirebaseInstanceID (7.4.0):
37+
- FirebaseInstanceID (7.10.0):
3838
- FirebaseCore (~> 7.0)
3939
- FirebaseInstallations (~> 7.0)
4040
- GoogleUtilities/Environment (~> 7.0)
4141
- GoogleUtilities/UserDefaults (~> 7.0)
42-
- FirebaseRemoteConfig (7.4.0):
42+
- FirebaseRemoteConfig (7.10.0):
4343
- FirebaseABTesting (~> 7.0)
4444
- FirebaseCore (~> 7.0)
4545
- FirebaseInstallations (~> 7.0)
4646
- GoogleUtilities/Environment (~> 7.0)
4747
- "GoogleUtilities/NSData+zlib (~> 7.0)"
48-
- GoogleAppMeasurement (7.4.0):
48+
- GoogleAppMeasurement (7.10.0):
4949
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
5050
- GoogleUtilities/MethodSwizzler (~> 7.0)
5151
- GoogleUtilities/Network (~> 7.0)
5252
- "GoogleUtilities/NSData+zlib (~> 7.0)"
53-
- nanopb (~> 2.30907.0)
54-
- GoogleDataTransport (8.2.0):
55-
- nanopb (~> 2.30907.0)
56-
- GoogleUtilities/AppDelegateSwizzler (7.2.0):
53+
- nanopb (~> 2.30908.0)
54+
- GoogleDataTransport (8.4.0):
55+
- GoogleUtilities/Environment (~> 7.2)
56+
- nanopb (~> 2.30908.0)
57+
- PromisesObjC (~> 1.2)
58+
- GoogleUtilities/AppDelegateSwizzler (7.3.1):
5759
- GoogleUtilities/Environment
5860
- GoogleUtilities/Logger
5961
- GoogleUtilities/Network
60-
- GoogleUtilities/Environment (7.2.0):
62+
- GoogleUtilities/Environment (7.3.1):
6163
- PromisesObjC (~> 1.2)
62-
- GoogleUtilities/Logger (7.2.0):
64+
- GoogleUtilities/Logger (7.3.1):
6365
- GoogleUtilities/Environment
64-
- GoogleUtilities/MethodSwizzler (7.2.0):
66+
- GoogleUtilities/MethodSwizzler (7.3.1):
6567
- GoogleUtilities/Logger
66-
- GoogleUtilities/Network (7.2.0):
68+
- GoogleUtilities/Network (7.3.1):
6769
- GoogleUtilities/Logger
6870
- "GoogleUtilities/NSData+zlib"
6971
- GoogleUtilities/Reachability
70-
- "GoogleUtilities/NSData+zlib (7.2.0)"
71-
- GoogleUtilities/Reachability (7.2.0):
72+
- "GoogleUtilities/NSData+zlib (7.3.1)"
73+
- GoogleUtilities/Reachability (7.3.1):
7274
- GoogleUtilities/Logger
73-
- GoogleUtilities/UserDefaults (7.2.0):
75+
- GoogleUtilities/UserDefaults (7.3.1):
7476
- GoogleUtilities/Logger
75-
- nanopb (2.30907.0):
76-
- nanopb/decode (= 2.30907.0)
77-
- nanopb/encode (= 2.30907.0)
78-
- nanopb/decode (2.30907.0)
79-
- nanopb/encode (2.30907.0)
77+
- nanopb (2.30908.0):
78+
- nanopb/decode (= 2.30908.0)
79+
- nanopb/encode (= 2.30908.0)
80+
- nanopb/decode (2.30908.0)
81+
- nanopb/encode (2.30908.0)
8082
- PromisesObjC (1.2.12)
8183

8284
DEPENDENCIES:
@@ -101,18 +103,18 @@ SPEC REPOS:
101103
- PromisesObjC
102104

103105
SPEC CHECKSUMS:
104-
Firebase: 09fb40287b6dfc8ee65f726fa0b788719d3f2a07
105-
FirebaseABTesting: 9d9c21ed27a1ac7213fe377cde655434da9c16d2
106-
FirebaseAnalytics: adb3c8f02f83d00661cdaac6dbb4d54e9720d1b6
107-
FirebaseCore: 99c06e5a1e8d6952e75cb1f0a6d0b23c0f5ccdcf
108-
FirebaseCoreDiagnostics: 3770093ac4f2be4590fa03cfa1d3a6e5602d4557
109-
FirebaseInstallations: 30646fc9a61c6f4ee3cd7a8b7231721842b40c95
110-
FirebaseInstanceID: 46d93d287108246fabbd85371ca27141d2c21ff9
111-
FirebaseRemoteConfig: 2d1a382977f6f44ed306266dc372cd7e1fee153b
112-
GoogleAppMeasurement: 688d7f00e2894d9e13823ed9a028b13b993bc277
113-
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
114-
GoogleUtilities: d866834472f1324d080496bc67ab3ce5d0d46027
115-
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
106+
Firebase: fffddd0bab8677d07376538365faa93ff3889b39
107+
FirebaseABTesting: 457bc058cf6de8bcffc6fd9a2a4c933b24bfc264
108+
FirebaseAnalytics: 4641d7ae4220174f6ca5626163ffc5de2e90391e
109+
FirebaseCore: ec566d917b2195fc2610aeb148dae99f57a788f9
110+
FirebaseCoreDiagnostics: 5662a3823ffcc0acbaa9a21ba5ed302fac634705
111+
FirebaseInstallations: bf2ec8dbf36ff4c91af6b9a003d15855757680c1
112+
FirebaseInstanceID: 5ad92c898e1328b66e8dd58811964d6fe4d334c3
113+
FirebaseRemoteConfig: 2841e353accfe688150781deebeb245e3fe16c2f
114+
GoogleAppMeasurement: 1c863b1161fc3c8cf614a7460d1be6a7c262aab3
115+
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
116+
GoogleUtilities: e1d9ed4e544fc32a93e00e721400cbc3f377200d
117+
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
116118
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
117119

118120
PODFILE CHECKSUM: bed5c55be76b16361ca69574ad52428c91a73a31

0 commit comments

Comments
 (0)