R.swift
R.swift copied to clipboard
Build with xcodebuild fails
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?
I've faced the same problem, couldn't fix it in anyway!
I have same problem.
I've faced the same problem
In Project APPNAME/ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh replaced source="$(readlink "${source}")" with source="$(readlink -f "${source}")"