Skip to content

Commit 2bc51d5

Browse files
committed
re-add abseil pod with matching version to avoid ProtobufCpp conflict.
1 parent a4ef9dd commit 2bc51d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Firestore/Example/Podfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ if is_platform(:ios)
9999

100100
configure_local_pods()
101101

102+
pod 'abseil', '~> 1.20240722.0'
103+
102104
target 'Firestore_Tests_iOS' do
103105
inherit! :search_paths
104106

@@ -140,6 +142,8 @@ if is_platform(:osx)
140142

141143
configure_local_pods()
142144

145+
pod 'abseil', '~> 1.20240722.0'
146+
143147
target 'Firestore_Tests_macOS' do
144148
inherit! :search_paths
145149

@@ -168,6 +172,8 @@ if is_platform(:tvos)
168172

169173
configure_local_pods()
170174

175+
pod 'abseil', '~> 1.20240722.0'
176+
171177
target 'Firestore_Tests_tvOS' do
172178
inherit! :search_paths
173179

0 commit comments

Comments
 (0)