LicensePlist icon indicating copy to clipboard operation
LicensePlist copied to clipboard

Got a “No such file” error

Open kamechan8 opened this issue 4 years ago • 1 comments

I pasted following code to Run Script.

if [ $CONFIGURATION = "Debug" ]; then
${PODS_ROOT}/LicensePlist/license-plist --output-path $PRODUCT_NAME/Settings.bundle --github- 
token YOUR_GITHUB_TOKEN
fi

but got the following error

/Users/XXX/Library/Developer/Xcode/DerivedData/XXX/Build/Intermediates.noindex/XXX.build/Debug-iphoneos/XXX.build/Script-XXX.sh: line 3: /Users/XXX/Desktop/Xcode: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
スクリーンショット 2020-04-01 15 14 39

kamechan8 avatar Apr 01 '20 06:04 kamechan8

/Users/XXX/Desktop/Xcode: No such file or directory

It seems not related LicensePlist.

mono0926 avatar Apr 02 '20 00:04 mono0926