エラー概要 SwiftでCoreDataにアクセスする処理を書いて実行すると、下記のようなエラーになった。 CoreData: warning: Unable to load class named 'SampleEntity' for entity 'SampleEntity'. Class not found, using default NSManagedObject instead. SampleEntity.swiftファイルがプロジェクト上にあり、SampleEntityクラスも作成済みである。 解決策 http://stackoverflow.com/questions/25076276/unabled-to-find-specific-subclass-of-nsmanagedobject 質問サイトの中で下記ドキュメントが示されている。 https://developer