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
Hi
when i connect the mac its working but when i access the Window share file it give this error "Unable to connect"
if let session = self.session {
session.requestItems(atPath: path!) { (result) in
self.title = self.path?.routablePath
switch result {
case .success(let items):
self.items = items
case .failure(let error):
self.items = []
print("FilesTableViewController failed to request files: (error)")
}
}
when connect the window in the result show the Failure .
The text was updated successfully, but these errors were encountered:
Hi
when i connect the mac its working but when i access the Window share file it give this error "Unable to connect"
if let session = self.session {
session.requestItems(atPath: path!) { (result) in
self.title = self.path?.routablePath
switch result {
case .success(let items):
self.items = items
case .failure(let error):
self.items = []
print("FilesTableViewController failed to request files: (error)")
}
}
when connect the window in the result show the Failure .
The text was updated successfully, but these errors were encountered: