gpt4 book ai didi

xcode - 如何避免此错误 : "Took too long to show custom notification. Falling back to static."?

转载 作者:IT王子 更新时间:2023-10-29 05:43:57 25 4
gpt4 key购买 nike

在 Apple Watch 模拟器上测试自定义长看通知时遇到问题。调试器记录此错误:

WatchKit Extension[5230:156324] Took too long to show custom notification. Falling back to static.

如何解决这个问题?

最佳答案

我在使用 Xcode 设置的默认代码时遇到了这个问题。我在didReceiveRemoteNotification里面没有做任何操作,还是报错。

原来失败的原因是我的 WKUserNotificationInterfaceController 子类没有连接到我的 Storyboard文件中的动态接口(interface) Controller

解决方案:

  1. 转到您的 watchkit 应用的 Storyboard文件。
  2. 点击您的动态界面 Controller
  3. 点击身份检查器(右 Pane 中的中间选项卡)
  4. 在类别字段中,选择您的WKUserNotificationInterfaceController 子类(xcode 命名为我的通知 Controller )
  5. 瞧!

Make sure your WKUserNotificationInterfaceController subclass is linked to your dynamic interface controller in the Identity inspector!

关于xcode - 如何避免此错误 : "Took too long to show custom notification. Falling back to static."?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29341051/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com