11# Troubleshooting for Copilot for Xcode
22
3- If you are having trouble with Copilot for Xcode follow these steps to resolve
3+ If you are having trouble with Copilot for Xcode, follow these steps to resolve
44common issues:
55
661 . Check for updates and restart Xcode. Ensure that Copilot for Xcode has the
77 [ latest release] ( https://github.com/github/CopilotForXcode/releases/latest )
8- by click ` Check for Updates ` in the settings or under the status menu. After
8+ by clicking ` Check for Updates ` in the settings or under the status menu. After
99 updating, restart Xcode.
1010
11112 . Ensure that the Copilot for Xcode extension is enabled. Open Xcode and go to
1212 the top menu bar and open the ` Editor ` menu. If there is no ` GitHub Copilot `
13- menu is under ` Editor ` then [ extension permission] ( #extension-permission )
13+ menu under ` Editor ` then [ extension permission] ( #extension-permission )
1414 needs to be enabled. If the ` GitHub Copilot ` menu is shown but grayed out,
1515 then Xcode needs to be restarted to enable the extension.
1616
@@ -40,13 +40,13 @@ real-time updates from the active Xcode editor. [The XcodeKit
4040API] ( https://developer.apple.com/documentation/xcodekit )
4141enabled by the Xcode Source Editor extension permission only provides
4242information when manually triggered by the user. In order to generate
43- suggestions as you type, the accessibility permission is used read the
43+ suggestions as you type, the accessibility permission is used to read the
4444Xcode editor content in real-time.
4545
4646The accessibility permission is also used to accept suggestions when ` tab ` is
4747pressed.
4848
49- The accessibility permission is __ not__ used to read or write to any
49+ The accessibility permission is __ not__ used to read from or write to any
5050applications besides Xcode. There are no granular options for the permission,
5151but you can audit the usage in this repository: search for ` CGEvent ` and ` AX ` * .
5252
@@ -55,7 +55,8 @@ Enable in System Settings under `Privacy & Security` > `Accessibility` >
5555
5656## Logs
5757
58- Logs can be found in ` ~/Library/Logs/GitHubCopilot/ ` the most recent log file
58+ Logs can be found in ` ~/Library/Logs/GitHubCopilot/ `
59+ The most recent log file
5960is:
6061
6162```
0 commit comments