diff --git a/Podfile b/Podfile index ef1e130..c1ae4fd 100644 --- a/Podfile +++ b/Podfile @@ -27,6 +27,7 @@ post_install do |installer| cflags = config.build_settings['OTHER_CFLAGS'] || ['$(inherited)'] cflags << '-fembed-bitcode' config.build_settings['OTHER_CFLAGS'] = cflags + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.2' end end end