Closed KeerthikaChokkalingam closed 11 months ago
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
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