标签: ios iphone calendar delegates ekeventstore
在我的应用程序中,我可以选择为事件设置提醒。我可以在日历应用中添加该事件。添加事件后,如果我尝试将警报提醒时间更改为None,则应用程序会因为出现以下错误而崩溃。
None
由于未捕获的异常而终止应用:
NSInvalidArgumentException,原因:Attempt to remove an object that does not belong to this store。
NSInvalidArgumentException
Attempt to remove an object that does not belong to this store
您能帮我解决一下这个问题。
Here is the image for your reference.In calendar event when ever the user select None in alaram settings App is getting crash.