-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Comments
I'm seeing this as well. Is this project still active? |
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.
|
Glad to hear this project is still active! It's the best set of Serial APIs for macOS. |
Connect/disconnect notifications are working fine when I include ORSSerialPort in a brand new test project. |
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...
The text was updated successfully, but these errors were encountered: