Answers for "The following build commands failed: PhaseScriptExecution [CP-User]\ Generate\ Specs"

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

Browse Popular Code Answers by Language