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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Hi @petershaw, experience shows that this kind of error is usually caused by optional values being used where their non-optional counter-parts are expected. Swift is not mature enough to report this accurately.
So, without seeing the rest of your code, I would guess that at least one of url, account.username, account.password is an optional that need unwrapping.
Hi,
I am trying to replace a NSURLSession with Just. I am failing with a basic file upload.
Here is my code
But i cet a compile error 'String' is not convertable to 'StringLiteralConvertable' on the "filename" string in line 4.
does someone has an idea?
The text was updated successfully, but these errors were encountered: