Confirmation after installing Tidalcycles

I get an error when I run SuperDirt.start with SuperCollider. What should I do? It would be nice if someone could tell me. thank you. It's an M1 Mac.

could not initialize audio.
Server 'localhost' exited with exit code 0.
-> SuperDirt
Booting server 'localhost' on address 127.0.0.1:57110.
Found 0 LADSPA plugins
Number of Devices: 3
0 : "‎nanoacousticaiphone13"
1 : "MacBook Airの"
2 : "MacBook Airのス"

ERROR: Input sample rate is 44100, but output is 48000. Mismatched sample rates are not supported. To disable input, set the number of input channels to 0.
could not initialize audio.
Server 'localhost' exited with exit code 0.

This is probably because of your paired iPhone, but regardless: You’ll need to read through this portion of the SuperCollider documentation and configure SuperCollider to explicitly choose the correct input and output audio devices.

https://doc.sccode.org/Reference/AudioDeviceSelection.html

I used to get this error any time I tried to start SuperCollider while using AirPods as the input and output device. I put the following at the top of my startup.scd file:

// Uncomment for AirPods
// o = Server.default.options;
// o.sampleRate = 48000;