Skip to content

Commit

Permalink
Fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Feb 12, 2022
1 parent c67ae4d commit 2dd02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-obtain-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To use the Apollo CLI from Xcode, add a **Run Script** build phase to your app:

<img src="images/rename_run_script.png" alt="UI for renaming" class="screenshot"/>

6. Expand the Apollo phase. Paste the **Swift Package Manager Run Script** from [Add a code generation build step](/installation/#5-add-a-code-generation-build-step) into the text area. This script uses your schema to generate the code that the Apollo iOS SDK uses to interact with your server.
6. Expand the Apollo phase. Paste the **Swift Package Manager Run Script** from [Add a code generation build step](../installation/#add-a-code-generation-build-step) into the text area. This script uses your schema to generate the code that the Apollo iOS SDK uses to interact with your server.

7. Before the script can generate code, it needs a local copy of your GraphQL server's schema. For now, using a `#`, **comment out the last line** of the script you pasted and add the following line below it:

Expand Down

0 comments on commit 2dd02f4

Please sign in to comment.