Skip to content

Commit cbedad1

Browse files
Remove bits of troubleshooting guide that are no longer necessary with bundled CLI
1 parent 0de8e86 commit cbedad1

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/source/installation.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ At this point, you can try building your target in Xcode. This will verify that
224224

225225
### Troubleshooting
226226

227-
If you've installed `apollo` globally with NPM and the script still seems to be having trouble finding it, add the following to the beginning of your Run Script Build Phase:
228-
229-
```bash
230-
source ~/.bash_profile
231-
```
232-
233227
If you get this error:
234228

235229
> Cannot find GraphQL schema file [...]
@@ -242,12 +236,6 @@ If you get this error:
242236
243237
If you don't have any `.graphql` files in your build tree, and you need to create at least `.graphql` file with a valid query.
244238

245-
If you get this error:
246-
247-
> Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed.
248-
249-
Delete the `node_modules` folder in your source root and rebuild.
250-
251239
## Adding the generated API file to your target
252240

253241
Drag the generated `API.swift` file to your target.

0 commit comments

Comments
 (0)