xcode не компилируется. ошибка: cdtool не может скомпилировать [0] - PullRequest
0 голосов
/ 21 января 2020

Я не могу скомпилировать xcode из-за следующей ошибки:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]

Мой стек вызовов:

*** First throw call stack:
(
    0  CoreFoundation           0x000000010f4ae27e __exceptionPreprocess + 350
    1  libobjc.A.dylib           0x000000010f31bb20 objc_exception_throw + 48
    2  CoreFoundation           0x000000010f540ab1 _CFThrowFormattedException + 194
    3  CoreFoundation           0x000000010f54b4c6 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:].cold.4 + 38
    4  CoreFoundation           0x000000010f50bd97 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 247
    5  CoreFoundation           0x000000010f4aa0c9 __createDictionary + 57
    6  CoreFoundation           0x000000010f4aa078 +[NSDictionary dictionaryWithObject:forKey:] + 40
    7  CoreData              0x000000010e862710 -[NSSQLEntity _collectFKSlots:error:] + 836
    8  CoreData              0x000000010e86265c -[NSSQLEntity _collectFKSlots:error:] + 656
    9  CoreData              0x000000010e86265c -[NSSQLEntity _collectFKSlots:error:] + 656
    10 CoreData              0x000000010e8627a9 -[NSSQLEntity _entityIsBroken:] + 69
    11 CoreData              0x000000010e8af618 -[NSSQLModel _generateModel:error:] + 3184
    12 CoreData              0x000000010e720b02 -[NSSQLModel initWithManagedObjectModel:configurationName:retainHashHack:brokenHashVersion:] + 369
    13 CoreData              0x000000010e806774 -[NSManagedObjectModel(CoreDataSPI) _optimizedEncoding:] + 1748
    14 cdtool               0x000000010e6591b7 main + 3335
    15 libdyld.dylib            0x0000000110f34c25 start + 1
    16 ???                 0x0000000000000007 0x0 + 7
)

libc++abi.dylib: terminating with uncaught exception of type NSException cdtool exited abnormally abc.xcdatamodel:: error: cdtool cannot compile [0]

Любая помощь будет оценена. Спасибо

...