-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Milestone
Description
These two symbols produce the same demangling output, which causes a conflict later on:
_OBJC_METACLASS_$__TtCC10FoundationP33_6DA0945A07226B3278459E9368612FF427__KVOKeyPathBridgeMachinery9BridgeKey
0 0x68396098 0x1ea00e098 NONE FUNC 0 _OBJC_METACLASS_$__TtC10FoundationP33_6DA0945A07226B3278459E9368612FF427__KVOKeyPathBridgeMachinery
0 0x683978e0 0x1ea00f8e0 NONE FUNC 0 _OBJC_METACLASS_$__TtCC10FoundationP33_6DA0945A07226B3278459E9368612FF427__KVOKeyPathBridgeMachinery9BridgeKey
that's translated to Foundation.__KVOKeyPathBridgeMachinery :: NSObject, NSObject
by our demangler, but the apple one does: _OBJC_METACLASS_$_Foundation.(__KVOKeyPathBridgeMachinery in _6DA0945A07226B3278459E9368612FF4).BridgeKey
cc @mrmacete please update the ticket with more details, i'll try to find some time to fix it, meanwhile using the system demangler would work if you are on macos or ios
Metadata
Metadata
Assignees
Labels
No labels