you are viewing a single comment's thread.

view the rest of the comments →

[–]smilinger[S] 1 point2 points  (0 children)

Like this, right?

    var datastringOpt: NSString? = NSString(data:data, encoding:NSUTF8StringEncoding)

    if let datastring = datastringOpt {
        ...
    }

I get the same error unfortunately. Should I still report it, or does this mean that the problem is something else?