Terminal Code

PHOTO EMBED

Thu Mar 25 2021 09:37:59 GMT+0000 (Coordinated Universal Time)

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