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

0

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

//try:

cd ios
pod install 
cd .. 

react-native run-ios
Posted by: Guest on July-04-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language