gpt4 book ai didi

ios - MGTwitterEngine 和 IOS 5.0.1 不工作,适用于 IOS 4.x

转载 作者:行者123 更新时间:2023-11-28 23:08:26 25 4
gpt4 key购买 nike

我一直在使用 MGTwitterEngine,它在 IOS 4.x 上运行良好,但在 IOS 5.x 上不起作用我得到以下内容,我才刚刚开始研究,但这段代码在 IOS 4.x 上运行良好

这是一行,但在 IOS 4.x 上运行良好,假设有某种折旧

[delegate parsedObject:(NSDictionary *)dictionary forRequest:identifier ofResponseType:responseType];

Instance method '-parsedObject:forRequest:ofResponseType:' not found (return type defaults to 'id')

委托(delegate)的类型是

__weak NSObject <MGTwitterParserDelegate> *delegate; // weak ref

在日常中

- (void)_parsedObject:(NSDictionary *)dictionary
{
[parsedObjects addObject:dictionary];
if (deliveryOptions & MGTwitterEngineDeliveryIndividualResultsOption)
if ([self _isValidDelegateForSelector:@selector(parsedObject:forRequest:ofResponseType:)])
[delegate parsedObject:(NSDictionary *)dictionary forRequest:identifier ofResponseType:responseType];
}

在例程上设置中断后,看起来它没有被调用......

所以,我们回到第一个问题,有人解决了这个 twitter 引擎在 IOS 5.x 上不工作的问题

最佳答案

iOS5 已经有了自己的 Twitter Framework。你需要使用它 - Twitter Framework Reference

关于ios - MGTwitterEngine 和 IOS 5.0.1 不工作,适用于 IOS 4.x,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8823123/

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