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
__CFGetFullRetainCount contains an ifdef with symbol name
TARGET_RT64_BIT. This is likely a typo since otherwise,
__CFDoExternRefOperation is referenced, but is guarded by an ifdef with
name TARGET_RT_64_BIT instead, which then manifests as a missing symbol.
Other calls to __CFDoExternRefOperation are guarded by the same symbol.
0 commit comments