_BSMachError XCode 7 Beta

_BSMachError: (os/kern) invalid capability (20)_BSMachError: (os/kern) invalid name (15)

解决方案:
Dismissing view controller prematurely might cause this.
[self dismissViewControllerAnimated:YES completion:NULL]; //

This throws _BSMachErrors
vs
//[self dismissViewControllerAnimated:YES completion:NULL];

Now, the _BSMachError is gone.

http://stackoverflow.com/questions/32341851/bsmacherror-xcode-7-beta

你可能感兴趣的:(_BSMachError XCode 7 Beta)