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
The following code in the BaseDestination becomes obsolete due to SE-0274 as #file will now just be the fileName, whereas #filePath will be the full path.
if showFileName {
extendedDetails += "[\((logDetails.fileName as NSString).lastPathComponent)\((showLineNumber ? ":" + String(logDetails.lineNumber) : ""))] "
}
The following code in the
BaseDestination
becomes obsolete due to SE-0274 as#file
will now just be the fileName, whereas#filePath
will be the full path.The code can then be changed to
Swift 5.3 is currently available in the Xcode 12 beta.
The text was updated successfully, but these errors were encountered: