0

When generating code for my entity TrackPoint, I get compiler error

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

Xcode also complains that the TrackPoint+CoreDataClass.swift and TrackPoint+CoreDataProperties.swift filenames are used twice, once in the project location and once in derived data. Deleting derived data had no effect.

Ideas how to fix the problem are welcome.

MirekE
  • 11,515
  • 5
  • 35
  • 28
  • Duplicate of http://stackoverflow.com/questions/40366329/filenames-are-used-to-distinguish-private-declarations-of-the-same-name-error or http://stackoverflow.com/questions/38190360/duplicate-files-in-deriveddata-folder-using-coredata-generator? – Martin R Nov 06 '16 at 21:08
  • Thanks Martin, this resolves the issue – MirekE Nov 06 '16 at 21:49

0 Answers0