Skip to content

Instantly share code, notes, and snippets.

@PimDeWitte
Created November 27, 2016 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PimDeWitte/74344dcfb61871c5d618f0e1c62e939b to your computer and use it in GitHub Desktop.
Save PimDeWitte/74344dcfb61871c5d618f0e1c62e939b to your computer and use it in GitHub Desktop.
2016-11-27 14:34:32.740384 game[7909:1698461] Uncaught exception: NSInvalidArgumentException: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
(
0 CoreFoundation 0x00000001876861d8 <redacted> + 148
1 libobjc.A.dylib 0x00000001860c055c objc_exception_throw + 56
2 CoreFoundation 0x0000000187565ad4 CFStringConvertNSStringEncodingToEncoding + 0
3 game 0x0000000100042ed0 -[UnityAppController application:openURL:sourceApplication:annotation:] + 308
4 game 0x0000000101a98f20 -[FIRAAppDelegateProxy application:openURL:sourceApplication:annotation:] + 188
5 UIKit 0x000000018d77141c <redacted> + 872
6 UIKit 0x000000018d770e30 <redacted> + 656
7 SafariServices 0x00000001959928a0 <redacted> + 172
8 SafariServices 0x000000019598a7c0 <redacted> + 76
9 CoreFoundation 0x000000018768c160 <redacted> + 144
10 CoreFoundation 0x000000018757fc3c <redacted> + 284
11 FrontBoardServices 0x000000018922d8bc <redacted> + 36
12 FrontBoardServices 0x000000018922d728 <redacted> + 176
13 FrontBoardServices 0x000000018922dad0 <redacted> + 56
14 CoreFoundation 0x0000000187634278 <redacted> + 24
15 CoreFoundation 0x0000000187633bc0 <redacted> + 524
16 CoreFoundation 0x00000001876317c0 <redacted> + 804
17 CoreFoundation 0x0000000187560048 CFRunLoopRunSpecific + 444
18 GraphicsServices 0x0000000188fe6198 GSEventRunModal + 180
19 UIKit 0x000000018d54c2fc <redacted> + 684
20 UIKit 0x000000018d547034 UIApplicationMain + 208
21 game 0x000000010002ed5c main + 156
22 libdyld.dylib 0x00000001865445b8 <redacted> + 4
)
2016-11-27 14:34:32.740768 game[7909:1698461] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(0x1876861c0 0x1860c055c 0x187565ad4 0x100042ed0 0x101a98f20 0x18d77141c 0x18d770e30 0x1959928a0 0x19598a7c0 0x18768c160 0x18757fc3c 0x18922d8bc 0x18922d728 0x18922dad0 0x187634278 0x187633bc0 0x1876317c0 0x187560048 0x188fe6198 0x18d54c2fc 0x18d547034 0x10002ed5c 0x1865445b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
@BitSociety
Copy link

i am having this also. I was supposed to release a game on friday and unfortunately this will prevent that from happening. Please update on status of a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment