Terminal Code
Thu Mar 25 2021 09:37:59 GMT+0000 (UTC)
Saved by
@GoodRequest.
post_install do |installer_representation|
installer_representation.pods_project.targets.each do |target|
target.build_configurations.eachdo|config|
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'
end
end
end
content_copyCOPY
Comments