Game Center Leader Board Error

谁说我不能喝 提交于 2019-12-25 03:56:27

问题


I created this code for game center Leaderboards, and I always get Thread 1 signal Sigabrt. The NSLOG always says this :

2014-04-15 15:27:28.441 GameCenter[38225:60b] -[GKGameCenterViewController setLeaderboardDelegate:]: unrecognized selector sent to instance 0xb48dd90
2014-04-15 15:27:28.442 GameCenter[38225:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GKGameCenterViewController setLeaderboardDelegate:]: unrecognized selector sent to instance 0xb48dd90'
*** First throw call stack:

below a screenshot of the code i have for implementing the Leaderboard:

Or/And please look at this question over here: https://stackoverflow.com/questions/23068184/game-center-leaderboard-doesnt-work-in-xcode

来源:https://stackoverflow.com/questions/23085262/game-center-leader-board-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!