R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Build with xcodebuild fails

Open crash481 opened this issue 1 year ago • 4 comments

Trying to build with xcodebuild, but there is error

sandbox-exec: execvp() of '//var/root/Library/Developer/Xcode/DerivedData/ProjectName-dtxgzeditjjpxresibwuhlxcqlly/Build/Products/Debug/rswift' failed: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

Path above not exists, like there is no folder /var/root/Library/Developer/ How can we fix it?

crash481 avatar Apr 28 '23 01:04 crash481

I've faced the same problem, couldn't fix it in anyway!

MasterCna avatar May 17 '23 12:05 MasterCna

I have same problem.

mhdbitar-bit avatar May 26 '23 08:05 mhdbitar-bit

I've faced the same problem

JRJian avatar Jul 12 '23 07:07 JRJian

In Project APPNAME/ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh replaced source="$(readlink "${source}")" with source="$(readlink -f "${source}")"

JRJian avatar Jul 12 '23 07:07 JRJian