ORSSerialPort icon indicating copy to clipboard operation
ORSSerialPort copied to clipboard

Port Connect/Disconnect Notifications break in Xcode 13

Open sethtc opened this issue 3 years ago • 4 comments

I believe, the new changes in notification permissions, and construction styles breaks the notification functionality of this framework. I had the notifications working before update to Xcode 13, then after, they broke. I am not smart enough to prescribe a fix, but have suspicions. I think perhaps because the backend ORSSerial.m files are Objective-c and build notifications using Obj-C parlance they are not valid for Xcode 13 standards? not sure. I will keep looking into fixes...

sethtc avatar Apr 07 '22 01:04 sethtc

I'm seeing this as well. Is this project still active?

jaaguilar avatar Apr 24 '22 03:04 jaaguilar

I’ve got this on my todo list to address. It’s not because the code is written in ObjC, however. Pull requests are certainly welcome.

On Apr 23, 2022, at 9:55 PM, John @.***> wrote:

 I'm seeing this as well. Is this project still active?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

armadsen avatar Apr 24 '22 04:04 armadsen

Glad to hear this project is still active! It's the best set of Serial APIs for macOS. 100% agree objc has nothing to do with this issue. I spent a few minutes debugging this issue today. Will keep digging. I'll let you know if I do find anything. :)

jaaguilar avatar Apr 24 '22 07:04 jaaguilar

Connect/disconnect notifications are working fine when I include ORSSerialPort in a brand new test project. It's only not working in a SwiftPackage I created, so I'm guessing it's just some entitlement issue.

jaaguilar avatar Apr 25 '22 02:04 jaaguilar