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
let destination: Moya.DownloadDestination = { _, _ in
// `createIntermediateDirectories` will create directories in file path
(localLocation, [.removePreviousFile, .createIntermediateDirectories])
}
报错了
Reference to captured var 'localLocation' in concurrently-executing code
The text was updated successfully, but these errors were encountered:
报错了
Reference to captured var 'localLocation' in concurrently-executing code
The text was updated successfully, but these errors were encountered: