skip to Main Content

Xcode – Command PhaseScriptExecution failed with a nonzero exit code.PhaseScriptExecution [CP-User]

This is a react native project. After pod install, execute yarn ios and get the following error: export VERSION_INFO_BUILDER=link export VERSION_INFO_FILE=FBReactNativeSpec_vers.c export VERSION_INFO_STRING="@(#)PROGRAM:FBReactNativeSpec PROJECT:Pods-" export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION=13C100 export XCODE_VERSION_ACTUAL=1321 export XCODE_VERSION_MAJOR=1300 export XCODE_VERSION_MINOR=1320 export XPCSERVICES_FOLDER_PATH=/XPCServices export YACC=yacc…

VIEW QUESTION

xcodebuild gives an error for multiple implementation of AMSupportURLConnectionDelegate and AMSupportURLSession : "Which one is undefined."

When I want to run any xcodebuild action it gives me the following error while the Xcode ide is working fine on Apple M1. > xcodebuild -version objc[72320]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1dc35ab90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105ca42c8). One…

VIEW QUESTION
Back To Top
Search