gpt4 book ai didi

iphone - ios 4.3.3 不支持 EkSource 类

转载 作者:行者123 更新时间:2023-11-29 04:43:35 26 4
gpt4 key购买 nike

我正在使用 Eventkit 框架中的 EkSource 类来创建自定义日历,但是,当我在 ios 4.3.3 中运行应用程序时。我收到以下错误:-

2012-04-03 14:49:36.522 TimeFix[791:707] -[EKEventStore sources]: unrecognized selector sent to instance 0x252a00 2012-04-03 14:49:36.590 TimeFix[791:707] *

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[EKEventStore sources]: unrecognized selector sent to instance 0x252a00'

但是当我使用 ios 5.0 ipod 运行应用程序时,自定义日历工作正常。所以请告诉我 ios 4.3.3 的问题是什么。

最佳答案

您的错误表明您可能使用过类似的内容

[EKEventStore sources]

我说得对吗?如果是,然后苹果文档说

sources

Returns an unordered array of source objects.

  • (NSArray *)sources

Return Value An unordered array of EKSource objects.

Availability Available in iOS 5.0 and later. Declared InEKEventStore.h

因此它在 iOS 5.0 及更高版本中可用。

关于iphone - ios 4.3.3 不支持 EkSource 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9990590/

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