将GameCenterManager转换为ARC

时间:2012-08-04 05:42:33

标签: objective-c ios xcode automatic-ref-counting game-center

我正在使用Apple的GKTapper演示版中的GameCenterManger。我决定将项目转换为arc,但我不断收到错误消息“GameCenterManager.h:67:43:当前部署目标不支持自动__weak引用”。任何帮助将不胜感激,谢谢! https://developer.apple.com/library/ios/#samplecode/GKTapper/Introduction/Intro.html

1 个答案:

答案 0 :(得分:0)

“弱”不支持iOS 4.0目标。

第一路...... 如果您的项目较新。将目标更改为iOS 5.0或更高版本。

第二路...... 你应该支持iOS 4.0。 您可以使用assign关键字。 但是分配不支持设置为nil。