The iPhone of IOS 15.7 will flash back when open our game

#0 Thread

NSInvalidArgumentException

-[ISAppStoreViewController sceneDisconnected:]: unrecognized selector sent to instance 0x107105600

0 CoreFoundation 0x000000018c380000 + 627336 1 libobjc.A.dylib objc_exception_throw + 60 2 CoreFoundation 0x000000018c380000 + 1535936 3 UIKitCore 0x000000018e800000 + 16208368 4 CoreFoundation 0x000000018c380000 + 188056 5 CoreFoundation _CF_forwarding_prep_0 + 96 6 CoreFoundation 0x000000018c380000 + 174132 7 CoreFoundation 0x000000018c380000 + 815060 8 CoreFoundation 0x000000018c380000 + 631248 9 CoreFoundation _CFXNotificationPost + 728 10 Foundation 0x000000018db78000 + 112436 11 UIKitCore 0x000000018e800000 + 4038040 12 UIKitCore 0x000000018e800000 + 5728256 13 UIKitCore 0x000000018e800000 + 2910928 14 UIKitCore 0x000000018e800000 + 2466044 15 FrontBoardServices 0x000000019e624000 + 128272 16 FrontBoardServices 0x000000019e624000 + 162936 17 FrontBoardServices 0x000000019e624000 + 41736 18 FrontBoardServices 0x000000019e624000 + 118192 19 libdispatch.dylib 0x000000018c07d000 + 14896 20 libdispatch.dylib 0x000000018c07d000 + 29920 21 FrontBoardServices 0x000000019e624000 + 48240 22 FrontBoardServices 0x000000019e624000 + 45120 23 FrontBoardServices 0x000000019e624000 + 63232 24 CoreFoundation 0x000000018c380000 + 766996 25 CoreFoundation 0x000000018c380000 + 836000 26 CoreFoundation 0x000000018c380000 + 22164 27 CoreFoundation 0x000000018c380000 + 45148 28 CoreFoundation CFRunLoopRunSpecific + 600 29 GraphicsServices GSEventRunModal + 164 30 UIKitCore 0x000000018e800000 + 5327704 31 UIKitCore UIApplicationMain + 364 32 Cash Tornado main (main.m:13) 33 ??? 0x00000001054d4000 + 0

It’s quite hard to read what you’ve posted. It’d help if you used a code block for preformatted text. See tip 5 in Quinn’s Top Ten DevForums Tips.

Do you have an Apple crash report for this crash? If so, please post it here, using the proces described in Posting a Crash Report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

This is crash report

  • #0 Thread

NSInvalidArgumentException

-[ISAppStoreViewController sceneDisconnected:]: unrecognized selector sent to instance 0x107105600

  • 0

CoreFoundation 0x000000018c380000 + 627336

  • [ ]1

libobjc.A.dylib objc_exception_throw + 60

  • [ ]2

CoreFoundation 0x000000018c380000 + 1535936

  • [ ]3

UIKitCore 0x000000018e800000 + 16208368

  • [ ]4

CoreFoundation 0x000000018c380000 + 188056

  • [ ]5

CoreFoundation _CF_forwarding_prep_0 + 96

  • [ ]6

CoreFoundation 0x000000018c380000 + 174132

  • [ ]7

CoreFoundation 0x000000018c380000 + 815060

  • [ ]8

CoreFoundation 0x000000018c380000 + 631248

  • [ ]9

CoreFoundation _CFXNotificationPost + 728

  • [ ]10

Foundation 0x000000018db78000 + 112436

  • [ ]11

UIKitCore 0x000000018e800000 + 4038040

  • [ ]12

UIKitCore 0x000000018e800000 + 5728256

  • [ ]13

UIKitCore 0x000000018e800000 + 2910928

  • [ ]14

UIKitCore 0x000000018e800000 + 2466044

  • [ ]15

FrontBoardServices 0x000000019e624000 + 128272

  • [ ]16

FrontBoardServices 0x000000019e624000 + 162936

  • [ ]17

FrontBoardServices 0x000000019e624000 + 41736

  • [ ]18

FrontBoardServices 0x000000019e624000 + 118192

  • [ ]19

libdispatch.dylib 0x000000018c07d000 + 14896

  • [ ]20

libdispatch.dylib 0x000000018c07d000 + 29920

  • [ ]21

FrontBoardServices 0x000000019e624000 + 48240

  • [ ]22

FrontBoardServices 0x000000019e624000 + 45120

  • [ ]23

FrontBoardServices 0x000000019e624000 + 63232

  • [ ]24

CoreFoundation 0x000000018c380000 + 766996

  • [ ]25

CoreFoundation 0x000000018c380000 + 836000

  • [ ]26

CoreFoundation 0x000000018c380000 + 22164

  • [ ]27

CoreFoundation 0x000000018c380000 + 45148

  • [ ]28

CoreFoundation CFRunLoopRunSpecific + 600

  • [ ]29

GraphicsServices GSEventRunModal + 164

  • [ ]30

UIKitCore 0x000000018e800000 + 5327704

  • [ ]31

UIKitCore UIApplicationMain + 364

  • [ ]32

Cash Tornado main (main.m:13)

  • [ ]33

??? 0x00000001054d4000 + 0

First up, when you post a crash report I need the whole thing, not just a single thread’s backtrace.

Also, is that an Apple crash report? It doesn’t look like one, and I’m not able to help you with third-party crash reports [1].

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] I don’t trust third-party crash reports. For an extremely detailed explanation as to why not, see Implementing Your Own Crash Reporter.

This crash is related to IOS15.7 and IOS16

my app also have this crash

jamesberg, That’s still not a full Apple crash report.


late, It’s hard to say whether this is the same issue that jamesberg is hunting but, if you can post a full Apple crash report, I’d be happy to take a look. See Posting a Crash Report for advice on how to do that.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

The iPhone of IOS 15.7 will flash back when open our game
 
 
Q