error: property 'displayName' not found on object of type 'GKPlayer *'
是我在Xcode中获得的。这没有任何意义,因为它已记录并显示在代码完成中。这是GKPlayer上唯一给我一个问题的属性。
我尝试将displayName更改为消息[player displayName]。这会在运行时编译警告并崩溃。
答案 0 :(得分:0)
没关系。找到iOS特定文档。 displayName属性仅适用于iOS6 +(bummer)。仍然不确定为什么这会给编译时错误..