bgarrood
bgarrood

Reputation: 497

Allowing serial port access in sandboxed Swift MacOS app

I have an in Swift that uses the ORSSerialPort library to access a serial port (a USB device of our own design). I am now trying to distribute it, but in order to do that on the require the app to be Sandboxed. However when I sandbox access to the serial port is blocked ('Operation not permitted.'). How can I resolve this?

Upvotes: 0

Views: 183

Answers (0)

Related Questions