# M1 전용 설정
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
the ios simulator deployment target 'iphoneos_deployment_target' is set to 7.0
the ios simulator deployment target 'iphoneos_deployment_target' is set to 8.0