-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script returning non-zero value, breaking build #1285
Comments
This is related to #1284 - working on getting an update together. |
Fix for this has gone out with |
Getting this error, server is running. Looks like config.graph isn't being set? Loading Apollo Project [failed] % find .. | xargs grep -s "Unnamed Project" |
It looks like you were not able to connect to You also should be able to run your script from Xcode by opening the |
Got it working - no changes made. Second time this has happened. Is there a reference you recommend for xcode operation with details, there has to be some caching mechanism that is happening. Also, I'd like to understand the internals and generally accepted practices so I can assist with the project in more detail. I'm not used to xcode in comparison to other frameworks. You can close this out, thank you. |
Probably the best docs for running with the swift package manager are in SPM's By default, everything gets cached in a |
I ran into the same issue.. try this:
|
I'm not clear why this is returning one instead of zero, from 29.0.
xcode:
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: