This will shown you how to solve the “Arduino’s serial port not found in MacOS”.
I was once did the tutorial to solve this problem in this. But after upgrade mac os, the problem was happened and cannot solve by the previous solution. So, I fixed it by the following one:
- Install driver link
- Disable kext
- Reboot and press CMD+R immediately after hearing the startup sound to boot to Recovery Mode.
- Open Terminal, execute the following command: csrutil enable –without kext then reboot.
- After reboot, you will find Arduino serialport in IDE. ps. I done all of this solution with Arduino plugged.