Application crashes only for testflight assembly, but works great with adhoc development or assembly

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.

+4
source share

Source: https://habr.com/ru/post/1609086/


All Articles