You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension runs fine on all devices I've tested so far but the iPod Touch, when the user logs in (or if it's already logged on) the Game Center, it throws an exception:
AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved
2015-04-25 21:27:13.637 xxx[187:907] Game Center is available
2015-04-25 21:27:13.650 xxx[187:907] Game Center is available
2015-04-25 21:27:13.655 xxx[187:907] Game Center is available
2015-04-25 21:27:13.662 xxx[187:907] Authenticating local user...
2015-04-25 21:27:13.797 xxx[187:907] Game Center is available
2015-04-25 21:27:13.803 xxx[187:907] Authenticating local user...
2015-04-25 21:27:17.459 xxx[187:907] Game Center: You are logged in to game center.
2015-04-25 21:27:17.559 xxx[187:907] -[GKPlayerInternal generateIdentityVerificationSignatureWithCompletionHandler:]: unrecognized selector sent to instance 0x1f5b0e30
2015-04-25 21:27:17.568 xxx[187:907] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GKPlayerInternal generateIdentityVerificationSignatureWithCompletionHandler:]: unrecognized selector sent to instance 0x1f5b0e30'
*** First throw call stack:
(0x336992a3 0x3b31997f 0x3369ce07 0x3369b531 0x335f2f68 0x3b73111f 0x3b7304b7 0x3b731dcb 0x3366cf3b 0x335dfebd 0x335dfd49 0x371922eb 0x354f5301 0x88a4d 0xc83f9 0x782223 0x79c189 0x73f6e1 0x7573e7 0x759e93 0x79155f 0x75023 0x3b750b20)
libc++abi.dylib: terminate called throwing an exception
Hope it can be helpful to solve this issue.
If you need anything else just let me know.
The text was updated successfully, but these errors were encountered:
Hi,
The extension runs fine on all devices I've tested so far but the iPod Touch, when the user logs in (or if it's already logged on) the Game Center, it throws an exception:
AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved
2015-04-25 21:27:13.637 xxx[187:907] Game Center is available
2015-04-25 21:27:13.650 xxx[187:907] Game Center is available
2015-04-25 21:27:13.655 xxx[187:907] Game Center is available
2015-04-25 21:27:13.662 xxx[187:907] Authenticating local user...
2015-04-25 21:27:13.797 xxx[187:907] Game Center is available
2015-04-25 21:27:13.803 xxx[187:907] Authenticating local user...
2015-04-25 21:27:17.459 xxx[187:907] Game Center: You are logged in to game center.
2015-04-25 21:27:17.559 xxx[187:907] -[GKPlayerInternal generateIdentityVerificationSignatureWithCompletionHandler:]: unrecognized selector sent to instance 0x1f5b0e30
2015-04-25 21:27:17.568 xxx[187:907] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GKPlayerInternal generateIdentityVerificationSignatureWithCompletionHandler:]: unrecognized selector sent to instance 0x1f5b0e30'
*** First throw call stack:
(0x336992a3 0x3b31997f 0x3369ce07 0x3369b531 0x335f2f68 0x3b73111f 0x3b7304b7 0x3b731dcb 0x3366cf3b 0x335dfebd 0x335dfd49 0x371922eb 0x354f5301 0x88a4d 0xc83f9 0x782223 0x79c189 0x73f6e1 0x7573e7 0x759e93 0x79155f 0x75023 0x3b750b20)
libc++abi.dylib: terminate called throwing an exception
Hope it can be helpful to solve this issue.
If you need anything else just let me know.
The text was updated successfully, but these errors were encountered: