Answers for "the following build commands failed: phasescriptexecution"

0

The following build commands failed: PhaseScriptExecution [CP-User] Generate Specs

post_install do |installer|
 installer.pods_project.targets.each do |target|
  target.build_configurations.each do |config|
   config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
  end
 end
end
Posted by: Guest on July-04-2021

Code answers related to "the following build commands failed: phasescriptexecution"

Browse Popular Code Answers by Language