以下行在模拟器中工作得很好,但在实际设备上却不行。它给了我错误:fatal error: unexpectedly found nil while unwrapping an Optional value
var urlData:NSData = NSURLConnection.sendSynchronousRequest(request, returningResponse:&response, error:&error)!
另一个项目中的原始文件最后没有!
,它在 beta5 中 100% 工作,现在在 beta6 中,除非我把它放进去,否则它会抛出错误。它仍然可以在模拟器中工作,但不能在我的 iPhone 上?
有任何想法吗?