iOS7 - Game Center "removeMatch" crashing app

Is anyone else encountering this problem?

The exact same code which worked in previous version of iOS is causing a crash on iOS7 after sending a “removeMatch” request. It also causes the user to log out of Game Center.

Not sure if this is just a bug in iOS and Game Center or in Corona. Anyone else having this issue? Here is the log output right after removeMatch is called:

\<Warning\>: Multiplayer: got to end match callback Sep 22 17:55:07 phone game[1579] \<Warning\>: Multiplayer: success end match callback Sep 22 17:55:07 phone game[1579] \<Warning\>: negative result remove match callback errorCode=nil errorMessage=nil Sep 22 17:55:09 phone gamed[1537] \<Error\>: \*\*\* Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x17f783c0 \<x-coredata://619F2EF6-AB68-4EEB-8C76-A538D014DE48/TurnBasedSession/p96\>'' &nbsp;&nbsp;&nbsp;&nbsp;\*\*\* First throw call stack: &nbsp;&nbsp;&nbsp;&nbsp;(0x2d483f53 0x377ab6af 0x2d1ece3d 0x2d24f4b5 0x2d1fb901 0x2d1fb8a3 0x2d2630a9 0x2d267201 0x2d267857 0x2d26832f 0x37c8ed67 0x37ca0e73 0x2d25dc7b 0x2d268031 0x2d1fcd93 0x7db8f 0x2d2607bd 0x37ca0e73 0x2d2608fb 0x810d5 0x9928d 0x37c8ed7b 0x37c90e33 0x37ca1989 0x37ca1b79 0x37dd0dbf 0x37dd0c84) Sep 22 17:55:09 phone ReportCrash[1606] \<Notice\>: ReportCrash acting against PID 1537 Sep 22 17:55:10 phone ReportCrash[1606] \<Notice\>: Formulating crash report for process gamed[1537] Sep 22 17:55:10 phone com.apple.launchd[1] (com.apple.gamed[1537]) \<Warning\>: (com.apple.gamed) Job appears to have crashed: Abort trap: 6 Sep 22 17:55:11 phone ReportCrash[1606] \<Notice\>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/gamed\_2013-09-22-175509\_phone.plist using uid: 0 gid: 0, synthetic\_euid: 501 egid: 0 Sep 22 17:55:12 phone accountsd[86] \<Notice\>: 2013-09-22 17:55:12.576 accountsd[86:6667]: Cannot check access to a private account type: (null) Sep 22 17:55:12 phone aosnotifyd[43] \<Notice\>: 2013-09-22 17:55:12.974 aosnotifyd[43:2311]: -[ACAccount isEnabledForDataclass:] should not be relied on to get the status of FMiP. It may return inaccurate results. Use AADeviceLocatorService instead. Sep 22 17:55:13 phone backupd[1609] \<Warning\>: INFO: Account changed (enabled=0, accountID=58300037) Sep 22 17:55:13 phone kernel[0] \<Debug\>: AppleKeyStore: operation failed (pid: 1609 sel: 23 ret: e00002f0) Sep 22 17:55:13 phone aosnotifyd[43] \<Notice\>: 2013-09-22 17:55:13.804 aosnotifyd[43:2311]: -[ACAccount isEnabledForDataclass:] should not be relied on to get the status of FMiP. It may return inaccurate results. Use AADeviceLocatorService instead. &nbsp;

I have seen removeMatch crash iOS 5. Seems to be ok, or at least better, with iOS 6. Have not yet tried in iOS 7.

I have seen removeMatch crash iOS 5. Seems to be ok, or at least better, with iOS 6. Have not yet tried in iOS 7.