I am creating on camera application and I am constantly getting crash in iOS 11 but app is working fine in lower version of iOS. Crash I am getting in log console is as below:
-[__NSArrayI name]: unrecognized selector sent to instance 0x608000446570
I haven’t use any dictionary or any array which contains key “name” and it is giving me this crash log.
Exception break point is also not helpful in this crash. I have used many arrays in my application but none of them are causing crash i think. I am now out of option.
I am using xCode 9 beta version and running app in iOS 11 beta 1 and 2. in both versions it is crashing.
Any help or conceptual solution will be highly appreciated.