I start swift and select a new playground. I then add the package ORSSerialPort to the playground. Just like in the examples on YouTube. When I import ORSSerial I get the following error.
What am I missing. The YouTube seems to work fine for building a program on a Mac to access the serial ports.
October 02, 2025 .
English
Hello,
Sorry about the delay, I rally hope that you were able to figure it out before this response. I think it might be cause you need to make the import statement the the entire package name so it would be
Import ORSSerialPort
and not
Import ORSSerial
At least thats what has worked for me in the past.
This action is unavailable while under moderation.
This action is unavailable while under moderation.