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
Previously we were using `NSLog`'s `%s` specifier,
but that uses the default system encoding instead of
UTF-8. Convert to NSString to ensure we can handle UTF-8
log messages.
rdar://131747774
0 commit comments