我正在做一個PFQuery以獲得列中的上傳文件。如何獲得該文件,如果列是空的沒有文件做別的? 如果該列爲空,我收到錯誤消息查詢不會順利。 fatal error: unexpectedly found nil while unwrapping on Optional value query.findObjectsInBackgroundWithBlock {
(objects, er
後,我查詢解析數據庫中,我得到一個錯誤,用下面的代碼: if error == nil {
// The find succeeded.
print("Successfully retrieved \(objects!.count) zip codes.", terminator: "")
// Do something with the found ob