Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/118.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 用户登录到游戏中心,游戏随即崩溃_Ios_Crash Reports - Fatal编程技术网

Ios 用户登录到游戏中心,游戏随即崩溃

Ios 用户登录到游戏中心,游戏随即崩溃,ios,crash-reports,Ios,Crash Reports,我找不到撞车的原因。我知道用户正在登录游戏中心。然而,随后用户开始播放“MyApp”。我还是找不到错误。我读过苹果科技文档和2010年的视频。仍然找不到问题。请帮忙 Incident Identifier: D3A80086-855D-400D-8102-7D08D04C2A4D CrashReporter Key: 6b4377c06adbfe5d64bfb9dd348bd73e93859214 Hardware Model: iPhone5,4 Process:

我找不到撞车的原因。我知道用户正在登录游戏中心。然而,随后用户开始播放“MyApp”。我还是找不到错误。我读过苹果科技文档和2010年的视频。仍然找不到问题。请帮忙

Incident Identifier: D3A80086-855D-400D-8102-7D08D04C2A4D
CrashReporter Key:   6b4377c06adbfe5d64bfb9dd348bd73e93859214
Hardware Model:      iPhone5,4
Process:             MyApp [280]
Path:                /private/var/mobile/Containers/Bundle/Application/D5470DBE-1FF8-4E06-946B-910AD698DD2D/MyApp.app/MyApp
Identifier:          MyApp
Version:             4 (4.86)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2015-12-26 01:10:15.15 +0400
Launch Time:         2015-12-26 01:06:30.30 +0400
OS Version:          iOS 9.2 (13C75)
Report Version:      105

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000000e7ffdefe
Triggered by Thread:  0

Filtered syslog:
None found

Breadcrumb Trail: (reverse chronological seconds)
6      logging-started
6      GC TBG: lookForEvent
224    GC Framework: startAuthenticationForExistingPrimaryPlayer


Global Trace Buffer (reverse chronological seconds):
6.978571     GameCenterFoundation       0x000000002eb776e1 callAuthHandlerWithError:Setting the Authentication Handler
6.989052     GameCenterFoundation       0x000000002eb886f5 GKMatchMaker: lookForInvite
6.989130     GameCenterFoundation       0x000000002ebb05d9 updateNearbyAdvertising
6.989130     GameCenterFoundation       0x000000002eb88485 finishedAuthenticating: Starting nearby Advertising and looking for invites
6.989724     GameCenterFoundation       0x000000002eb87f49 GKMatchmaker: loadConnectivitySettingsWithCompletionHandler
6.990383     GameCenterFoundation       0x000000002eb77663 Calling AuthenticationHandlerWithError: 0
7.056258     GameCenterUI               0x000000002f8067fd authenticationDidCompleteWithError:Local Player Authenticated, showing Welcome Banner
7.056258     GameCenterUI               0x000000002f8065f7 authenticationDidCompleteWithError being called
214.506726   GameCenterUI               0x000000002f8074e3 authenticationShowSignInUIForLocalPlayer:Showing sign in view controller



Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   MyApp                           0x000e8160 0xce000 + 106848
1   GameCenterFoundation            0x2ebc92c4 __39-[GKDispatchGroup notifyOnQueue:block:]_block_invoke53 + 12
2   libdispatch.dylib               0x228abdd6 _dispatch_call_block_and_release + 10
3   libdispatch.dylib               0x228abdc2 _dispatch_client_callout + 22
4   libdispatch.dylib               0x228b0670 _dispatch_main_queue_callback_4CF + 1532
5   CoreFoundation                  0x22cd0fc4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
6   CoreFoundation                  0x22ccf4be __CFRunLoopRun + 1590
7   CoreFoundation                  0x22c21bb8 CFRunLoopRunSpecific + 516
8   CoreFoundation                  0x22c219ac CFRunLoopRunInMode + 108
9   GraphicsServices                0x23e9baf8 GSEventRunModal + 160
10  UIKit                           0x26f0dfb4 UIApplicationMain + 144
11  MyApp                           0x000daa08 0xce000 + 51720
12  libdyld.dylib                   0x228d4872 start + 2

我也有同样的问题。 apple reviewer报告以检查我的应用程序是否与IPv6兼容。 我回复他,我的应用程序只使用游戏中心进行通信,如果这是IPv6问题,这应该是游戏中心的问题

无论如何,根据我的经验,在测试我的应用程序时,只有当打开“游戏中心认证横幅”时,我从主菜单切换到游戏模式菜单时,才会发生这种情况

我的游戏是在SceneKit中开发的,菜单是在叠加层的SceneView中使用SpriteKit开发的。
要切换菜单,我只需在SceneView中更改SKScene。

我遇到了完全相同的问题。 apple reviewer报告以检查我的应用程序是否与IPv6兼容。 我回复他,我的应用程序只使用游戏中心进行通信,如果这是IPv6问题,这应该是游戏中心的问题

无论如何,根据我的经验,在测试我的应用程序时,只有当打开“游戏中心认证横幅”时,我从主菜单切换到游戏模式菜单时,才会发生这种情况

我的游戏是在SceneKit中开发的,菜单是在叠加层的SceneView中使用SpriteKit开发的。
要切换菜单,我只需在SceneView中更改场景。

我也有同样的体验。你能解决这个问题吗?我没有解决,但在做了一些更改后,我再次提交,其他审阅者批准了我的应用程序。我猜,当第一个评论员测试我的应用程序时,GameCenter网络遇到了一些问题,然后他们认为这是我的应用程序的一些错误。我也有同样的经历。你能解决这个问题吗?我没有解决,但在做了一些更改后,我再次提交,其他审阅者批准了我的应用程序。我猜,当第一个评论员测试我的应用程序时,GameCenter网络遇到了一些问题,然后他们认为这是我的应用程序的一些缺陷。