我只在testflight应用商店版本中收到此错误。如果我从xcode运行应用程序或准备一个adhoc构建,那么应用程序运行良好。但如果我提交到应用程序商店并通过app store的testflight功能进行安装,则应用程序启动时应用程序会崩溃。
'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 1
beyond bounds for empty array'
我尝试过关注answer: 要先验证是否要转到Edit Scheme,然后在Run选项卡中将Build配置更改为Release模式,然后在本地安装构建。