I had a running Project which worked fine before push it to remote origin. Now I formatted my disk and checked out this project an I get the Error:
_MyModelDB 3.xcdatamodel: Failed to read data model Error Domain=NSCocoaErrorDomain Code=256 "The file “contents” couldn’t be opened." UserInfo={NSFilePath=ProjectPath/Model/DBModel/MyModelDB.xcdatamodeld/._MyModelDB 3.xcdatamodel/contents, NSUnderlyingError=0x7fba9b6245d0 {Error Domain=NSPOSIXErrorDomain Code=20 "Not a directory"}}
There is indeed no ".content" for the last versioned dbmodel. And the size of _MyModelDB 3.xcdatamodel is strangely 0KB.
Somebody an Idea ??