_BSMachError XCode 7 Beta

前端 未结 8 1661
后悔当初
后悔当初 2020-12-08 00:15

I am getting the following error when I am running my code in Xcode7 with Swift2, after presenting a view controller through a push segue:

_BSMachError: (os/         


        
8条回答
  •  隐瞒了意图╮
    2020-12-08 00:44

    I make like that

     dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)) { () -> Void in
            AnswersDataServerEntity.saveSingleDocoment(doc)
        }
    

提交回复
热议问题