You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: