【发布时间】:2015-12-18 23:55:55
【问题描述】:
我开发了一个社交媒体应用程序。
iOS 9 启动后,我收到一条消息
BSXPCMessage received error for message: Connection interrupted
XPC connection interrupted
Terminating since there is no system app.
模拟器会自行重启。还有一部真正的 iPhone。
当我在 CommentViewController 中触摸 UIToolbar 上的 UITextView 时。就像是基本 iOS 应用 Message App 的文本输入 UI。
SIGKILL 总是出现在textViewDidBeginEditing: 的UITextView 的委托方法中的任何行中,但不会出现在 textViewShouldBeginEditing 中:
但在 iOS 8 中仍然可以正常工作。
THChatInput, SlackTextViewController, JSQMessagesViewController 等,我使用了许多库,但所有这些库都显示相同的崩溃。
我已经在这里阅读了一些关于这个错误的文章,但他们的问题是由使用 CoreImage 引起的。不幸的是,我没有使用任何关于 CoreImage 的东西
我提前感谢您帮助我。谢谢你。
【问题讨论】:
-
现在我疯了,我将 UITextView 替换为 UITextField 不使用任何库,但它也发生了!但谢天谢地,我可以获得更多日志。 _BSMachError: (os/kern) 无效能力 (20) _BSMachError: (os/kern) 无效名称 (15)
标签: ios delegates uitextview ios9