我正在尝试 TwitPic 使用 GSTwitPicEngine 类在 Twitter 上发布带有文本的图像,该类使用 YAJLiOS,
所以我在我的项目中添加了 YAJLiOS 框架,并且在 YAJLiOS 框架中的文件“YAJLParser.h”中出现了这个('assign' 和 'weak' 是互斥的)错误。在以下行中显示错误 -
@property (assign, nonatomic) __weak id <YAJLParserDelegate> delegate;
当我删除 __weak 时,它变成 Apple Mach-O Linker (Id) Error。
Please help.How to handle this kinda errors.I am not getting the reason.