这是一个新的编译器警告,仅在我将 XCode 更新到 4.6 时才出现。我的代码直接取自 Apple 的文档(顺便说一句,这是我的 iOS 6 代码)。
GKLocalPlayer *localPlayer = [GKLocalPlayer localPlayer];
localPlayer.authenticateHandler = ^(UIViewController *viewController, NSError *error) {
[self setLastError:error];
if(localPlayer.authenticated){
警告--在此块中强烈捕获 'localPlayer' 可能会导致保留周期