attempt to insert nil object from objects

Viktoriia

New Member
I've got crash on start stream for iOS only and get this issue:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[14]'
*** First throw call stack:
(0x183acb05c 0x19bfe5f54 0x183bd4538 0x183bdf6b4 0x183a88474 0x183aa6e1c 0x10596b36c 0x18373bc04 0x18373d950 0x1837450ac 0x183745c10 0x183750318 0x1f36091b0 0x1f3608f50)
libc++abi: terminating with uncaught exception of type NSException
* thread #66, queue = 'com.flashphoner.FPWCSApi2SessionQueue.5E9FDAF0-49B2-4CE6-9DFE-C3971EBEC7D8', stop reason = signal SIGABRT
frame #0: 0x00000001ba3be9c4 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`__pthread_kill:
-> 0x1ba3be9c4 <+8>: b.lo 0x1ba3be9e4 ; <+40>
0x1ba3be9c8 <+12>: pacibsp
0x1ba3be9cc <+16>: stp x29, x30, [sp, #-0x10]!
0x1ba3be9d0 <+20>: mov x29, sp

I'm using latest iOS sdk 2.6.73, but it seems flashphoner problem
 

Max

Administrator
Staff member
Hello,

Please provide more information
- iOS version
- is there an issue with publishing using one of the iOS SDK demo examples
If the issue is not reproducible with a demo example (e.g., TwoWayStreaming), please modify an example to reproduce it and send using this form.
 
Top