-2
我剛剛下載Xcode8並引發轉換錯誤,現在前面的功能代碼:URLSession斯威夫特3
let Task = URLSession.sharedSession.dataTaskWithRequest(Request) {
(data : NSData!, response : URLResponse!, error : NSError!) in
}
引發錯誤:
Cannot convert value of type '(NSData!, URLResponse!, NSError!) ->()' to expected argument type '(Data?, URLResponse?, Error?) -> Void'
什麼是錯誤的或者已經在Xcode 2改變了嗎?