gpt4 book ai didi

iphone - AQXML解析器错误: The current deployment target does not support automated __weak refrences

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

我正在尝试将 AQXMLParser 添加到我的应用程序中,除了我在尝试设置它时遇到的其他问题之外,还有几个与我的问题标题相关的错误。

The current deployment target does not support automated __weak refrences

我想知道以前是否有人遇到过这个问题。

这是它们在 AQXMLParser.h 文件中的行:

id __weak                               _delegate;
id<AQXMLParserProgressDelegate> __weak _progressDelegate;

@property (nonatomic, assign) id __weak delegate;
@property (nonatomic, assign) id<AQXMLParserProgressDelegate> __weak progressDelegate;

最佳答案

__weak 不适用于 iOS 4.x 及更早版本。看起来 AQXMLParser 要么是为 GC(在 Mac 上)设计的,要么更有可能是为 ARC(在 iOS5+ 上)设计的。

关于iphone - AQXML解析器错误: The current deployment target does not support automated __weak refrences,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8262762/

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