gpt4 book ai didi

iphone - 在控制台中获取 endIgnoringInteractionEvents 消息

转载 作者:行者123 更新时间:2023-12-03 20:40:32 24 4
gpt4 key购买 nike

我的应用程序在控制台中收到 endIgnoringInteractionEvents 消息。但如果使用断点,有时会在收到此消息后崩溃。以下是消息内容。

[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.

我研究了它,发现它在动画之前和之后使用来处理动画期间的用户交互。但我没有在我的项目中使用这些事件,所以为什么它会给出我没有收到的错误。使用 paypal sdk 时会发生这种情况。就在我完成 Paypal 中的支付过程并且 Paypal 库退出之后,就会发生这种情况。如何处理这个问题,请指导。提前致谢。

最佳答案

您可以随时查看

if ([[UIApplication sharedApplication] isIgnoringInteractionEvents])
{
[[UIApplication sharedApplication] endIgnoringInteractionEvents];
}

关于iphone - 在控制台中获取 endIgnoringInteractionEvents 消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17875540/

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