在iOS9上,我将扩展名滚出视图后,出现控制台日志错误:
Sep 2 14:36:34 {myPhoneName} SpringBoard [2570]:插件{myExtensionBundleName}无效
然后在将其滚动回视图后,它没有响应(即没有任何小部件按钮响应)。在我关闭今日屏幕并重新打开它之前,小部件仍然没有响应。
提前感谢任何有助于诊断的指导。
答案 0 :(得分:6)
It is probably because your debugger is connected to your Today extension. What about doing this... Stop running your app/extension in Xcode. Uninstall your Today extension (removing from Notification Centre). Install it again.
Check if your buttons are responsible after scrolling it out.