[已解决]swift出错:Cannot invoke authenticateWithPassword with an argument list of type (String error inout NSError?)
crifan 9年前 (2015-11-17) 1682浏览 0评论
代码: var error: NSError? if (xmppStream!.authenticateWithPassword(password, error: &error) ) { ...
crifan 9年前 (2015-11-17) 1682浏览 0评论
代码: var error: NSError? if (xmppStream!.authenticateWithPassword(password, error: &error) ) { ...