pusher / pusher-websocket-swift

Pusher Channels websocket library for Swift
https://pusher.com/channels
MIT License
273 stars 167 forks source link

l_OBJC_ warnings. #411

Open danmonaghan opened 1 year ago

danmonaghan commented 1 year ago

Forgive me, as I'm using Xcode 15 Beta 2 (15A5161b) so this may be nothing to worry about, or may save you a headache when Xcode is out of Beta and you have many people searching for the same issue.

To re-produce the error, add the Pusher package to a blank project, import PusherSwift on any class and you'll see 9 warnings.

Google has no good leads.


Could not associate debug note to atom l_OBJC_PROTOCOL_REFERENCE_$__TtP11PusherSwift14PusherDelegate_
Could not associate debug note to atom l_OBJC_LABEL_PROTOCOL_$__TtP11PusherSwift26AuthRequestBuilderProtocol_
Could not associate debug note to atom l_OBJC_LABEL_PROTOCOL_$__TtP11PusherSwift10Authorizer_
Could not associate debug note to atom l_OBJC_PROTOCOL_REFERENCE_$__TtP11PusherSwift26AuthRequestBuilderProtocol_
Could not associate debug note to atom l_OBJC_PROTOCOL_REFERENCE_$__TtP11PusherSwift10Authorizer_
Could not associate debug note to atom l_OBJC_LABEL_PROTOCOL_$_NSCopying
Could not associate debug note to atom l_OBJC_PROTOCOL_REFERENCE_$_NSCopying
benjamin-tang-pusher commented 1 year ago

I can't reproduce this on the Xcode Release Candidate. Could you try again on this version?

benjamin-tang-pusher commented 1 year ago

I've been using the newly released XCode 15 without issue, so its likely gone away. I will close this ticket.