Xcode 8.2.1在打开数组索引超出范围的项目时崩溃
我刚刚升级到Xcode 8.2.1,每次使用以下回溯打开项目时,Xcode都会崩溃。我验证了旧版本的Xcode(8.1)仍可以打开项目文件。任何帮助将不胜感激。 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 8C1002 UNCAUGHT EXCEPTION (NSRangeException): *** -[__NSArrayM objectAtIndex:]: index 3 beyond bounds [0 .. 2] UserInfo: (null) Hints: 0: Creation Backtrace for Notification Token: 0 -[_DVTNotificationReceiver initWithBlock:queue:] (in DVTFoundation) 1 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) dvt_addObserverForName:object:queue:usingBlock:] (in DVTFoundation) …