XPC connection interrupted in Xcode 7 for iOS 9

来源:互联网 发布:淘宝店侦探怎么使用 编辑:程序博客网 时间:2024/05/16 08:29
XPC connection interrupted_BSMachError: (os/kern) invalid capability (20)_BSMachError: (os/kern) invalid name (15)

Since XPC means OS X interprocess communication, so I think this can solve the problem, 

dispatch_async(dispatch_get_main_queue(), ^{    // do what you want to do.});

0 0