apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.89k stars 728 forks source link

Command PhaseScriptExecution failed with a nonzero exit code #3299

Closed KeerthikaChokkalingam closed 11 months ago

KeerthikaChokkalingam commented 11 months ago

Question

I have using Xcode 15.0 and Apollo 1.7.1 I have added apollo as a package while generating It was generated as a folder and I have added as a local package

"${SCRIPT_PATH}"/run-bundled-codegen.sh codegen:generate --target=swift --includes=.//Osb.graphql --localSchemaFile="oSB.json" OSBAPI.swift**

In this script I don't have OSBAPI.swift I need to mention as the local package. How to do that?

I am getting error: Command PhaseScriptExecution failed with a nonzero exit code