Skip to content

Commit b2e965a

Browse files
authored
Reestablishing static library linkage.
1 parent 05f4559 commit b2e965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
platform :ios, '11.0'
22

33
target 'firestore-snippets-cpp' do
4-
use_frameworks!
4+
use_frameworks! :linkage => :static
55

66
pod 'Firebase/Auth', '9.0.0'
77
pod 'Firebase/Firestore', '9.0.0'

0 commit comments

Comments
 (0)