Increase deployment target in Pods to to get rid of warning
This commit is contained in:
parent
e688c1bdd9
commit
49e7526c1a
1 changed files with 1 additions and 0 deletions
1
Podfile
1
Podfile
|
|
@ -27,6 +27,7 @@ post_install do |installer|
|
||||||
cflags = config.build_settings['OTHER_CFLAGS'] || ['$(inherited)']
|
cflags = config.build_settings['OTHER_CFLAGS'] || ['$(inherited)']
|
||||||
cflags << '-fembed-bitcode'
|
cflags << '-fembed-bitcode'
|
||||||
config.build_settings['OTHER_CFLAGS'] = cflags
|
config.build_settings['OTHER_CFLAGS'] = cflags
|
||||||
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.2'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue