-
Notifications
You must be signed in to change notification settings - Fork 56
Error while listing empty folder #10
Comments
Are you configure the complete session?, the steps to make it function is the next and you are configure the server |
Yes I think I have done everything correctly. here is my complete code (I XXX out private details ;) ): `
` As I said. when I try to list a directory that has files in it, everything works fine. But when the directory is empty, the following error occur: this error is in line btw, i'm using xcode 7.3.1 |
Hello, |
Hi,
i'm really new to swift (and iOS), and I tried your code. It works great except when I try to list an empty folder. Than I get
"fatal error: unexpectedly found nil while unwrapping an Optional value"
When there are files in it, everything work. I'm trying the basic list example:
The text was updated successfully, but these errors were encountered: