'filenames are used to distinguish private declarations of the same name' error

前端 未结 8 672
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 00:40

I am getting this error on generating an NSManagedObject in Xcode 8.1 in Swift.

:0: error: filename \"DemoOne+CoreDataClass.swift\" used twice: \'/Us

8条回答
  •  独厮守ぢ
    2020-12-08 00:43

    Select code data model then select the Entity change the value of 'Codegen' to Manual/None.

    It will work.

提交回复
热议问题