We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e965a commit 01ee210Copy full SHA for 01ee210
firestore/ios/Podfile
@@ -12,6 +12,7 @@ post_install do |installer|
12
installer.pods_project.targets.each do |target|
13
target.build_configurations.each do |config|
14
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
15
+ config.build_settings["ARCHS[sdk=iphonesimulator*]"] = "x86_64"
16
end
17
18
0 commit comments