Starting with macOS Catalina, Sidecar is no longer available to turn your iPad into a second monitor since it was removed in this update. This wikiHow teaches you how to enable Sidecar on macOS Catalina. To use Sidecar normally (like with Big Sur), choose the option from the AirPlay menu in the menu bar at the top of your screen.X

Steps


1Connect your iPad to your with a cable. Your iPad should have come with a lightning to USB cable that you’ll want to use. The lightning port is at the bottom of your iPad and the USB port on your computer is either on the back or sides of the monitor.

2Open Terminal. You can find it in the Utilities folder in Finder, or by pressing Cmd + Spacebar to open Spotlight.

3 Enter the following code. defaults write com.apple.sidecar.display AllowAllDevices -bool true; defaults write com.apple.sidecar.display hasShownPref -bool true; open /System/Library/PreferencePanes/Sidecar.prefPane

4Press Return. This will run the command you typed into Terminal. Typos will return an error, so if you don’t get the result you want, you’ll need to type it in again. If prompted enter your password. You’ll know if this code was successful if your System Preferences opens with an option for “Sidecar.”X