游戏中心displayName错误?

时间:2013-05-14 21:49:12

标签: ios objective-c game-center

error: property 'displayName' not found on object of type 'GKPlayer *'

是我在Xcode中获得的。这没有任何意义,因为它已记录并显示在代码完成中。这是GKPlayer上唯一给我一个问题的属性。

我尝试将displayName更改为消息[player displayName]。这会在运行时编译警告并崩溃。

1 个答案:

答案 0 :(得分:0)

没关系。找到iOS特定文档。 displayName属性仅适用于iOS6 +(bummer)。仍然不确定为什么这会给编译时错误..

http://developer.apple.com/library/ios/#documentation/GameKit/Reference/GKPlayer_Ref/Reference/Reference.html#//apple_ref/occ/instp/GKPlayer/displayName