_BSMachError XCode 7 Beta

前端 未结 8 1642
后悔当初
后悔当初 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:31

    I had this problem while debugging and it disappeared when I removed a breakpoint in my response to the view size changing.

提交回复
热议问题