> For the complete documentation index, see [llms.txt](https://docs.oxygenhq.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-mac-installation/troubleshooting-installation-issues-mac.md).

# Mac Installation Troubleshooting

Installation of Oxygen IDE on Mac, for example on OS 10.15 Catalina, has a dependency on installing Apple's software development IDE which called Xcode from the Apple Mac App Store.

<img src="/files/-M4XsMRDTK2V4pcolN8d" alt="" data-size="original">&#x20;

Xcode is available to download for free from the Mac App Store with an Apple Developer account. If Xcode is not already installed or configured correctly, the user will receive a "Device Discover Service" warning message when launching Oxygen IDE with the text: "Could not find the instruments binary. Please ensure 'xcrun -find instruments' can locate it.

<img src="/files/-M4XresMxpDhe5eT1B9O" alt="" data-size="original">&#x20;

NB: If you are a corporate user using a corporate machine, your organization may require that you download and install Xcode from your company's self-service portal for software installation packages.

Downloading applications from the Mac App Store requires having your Apple ID set-up and entered. The following link goes through a step-by-step process for installing Xcode on Mac OS:&#x20;

<https://www.codingpursuits.com/how-to-download-and-install-xcode-11-on-macos-catalina/>

If you continue to receive the Device Discovery Service error mentioned above and in the screenshot, try the process described here: You need to launch XCode and agree to the terms first, if this is your first time using a new installation. Then, go to: `Preferences > Locations` and you'll see a selection drop down for **Command Line Tools**. Click this select box and choose the version of XCode you'll be using.&#x20;

This should resolve the issue.

![Set the location of the Xcode Command Line Tools for the correct Xcode installation](/files/-M4XmaFC2XToafVnF3mc)

{% embed url="<http://www.seanbehan.com/how-to-fix-xcrun-error-unable-to-find-utility-instruments-not-a-developer-tool-or-in-path/>" %}

Additionally, in order to use the automatic script recording tool in Mac OS X, you must manually install and enable the Oxygen Extension for Chrome browser on Mac.

[Install Oxygen Chrome Extension](https://chrome.google.com/webstore/detail/oxygen/ibbmgejonlmocgjnkmabigdgbolcomea)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-mac-installation/troubleshooting-installation-issues-mac.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
