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
This fixes a problem where `dyld` loads the new `libswiftCore.dylib`,
but doesn't realise it's a replacement for the system `libswiftCore.dylib`,
so doesn't fix up all the places where there are calls into the latter,
the upshot being some very bizarre behaviour.
rdar://160273124
0 commit comments