Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Connect/Disconnect Notifications break in Xcode 13 #185

Open
sethtc opened this issue Apr 7, 2022 · 4 comments
Open

Port Connect/Disconnect Notifications break in Xcode 13 #185

sethtc opened this issue Apr 7, 2022 · 4 comments

Comments

@sethtc
Copy link

sethtc commented Apr 7, 2022

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...

@jaaguilar
Copy link

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

@armadsen
Copy link
Owner

armadsen commented Apr 24, 2022 via email

@jaaguilar
Copy link

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
Copy link

jaaguilar commented Apr 25, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants