Reputation: 684
I got this error:
✗ error: no such file or directory: /tmp/sandbox/584940525b775f01009b7462/bbbuild/Build/Intermediates/ArchiveIntermediates/"AppName"/IntermediateBuildFilesPath/"AppName".build/Release-iphoneos/"AppName".build/DerivedSources/CoreDataGenerated/"AppName"/GameId+CoreDataProperties.swift
When i am trying to do new build on BuddyBuild with Core Data files, which automatically generate. I know that i can create them by myself, but i don't want to do it. Anybody knows how to solve this problem??
Upvotes: 2
Views: 100
Reputation: 874
Unfortunately, this feature was very unstable in Xcode 8, that's why our recommendation was to generate and commit those files.
Core Data class generation seems to be more stable in Xcode 9, though.
Upvotes: 1