I get this error only in the assembly of the testflight application store. If I run the application from xcode or prepared the adhoc assembly, the application will work well. but if I send to the application store and install using the testflight function in the application store, then the application will crash when the application starts.
'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 1
beyond bounds for empty array'
I tried to execute the answer: To check first, go to "Edit Schema", then change the "Assembly" configuration to "Release Mode" on the "Run" tab, and then install the assembly locally.
source
share