Just wanted to check if anyone else is hitting a crash that appears to be related to code generation for core data model objects. This crash happen everytime I open my project using Xcode 8b4. It has been working just fine in prior Xcode 8 betas.
MainQueue: __103-[IDEDataModelCodeGenerator generateCodeForInputFile:outputFilePath:completionQueue:completionHandler:]_block_invoke.60
ProductBuildVersion: 8S188o
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEPlugins/IDEPlugins-11209.5/IDECoreDataModeler/ModelFoundation/CDMModelClasses/CDMRelationshipCodeGeneration.m:90
Details: code which should be unreachable has been reached
Object: <CDMRelationship: 0x7fcfc8658380>
Method: -code_accessorsSwiftI have cleared caches and prior build output to see if some stale data existed, it is still happening.
I will attempt to work around it but wonder if anyone else has already figured out a work around. (will attempt to file a defect shortly)