CoreDataをインポートしようとすると、「ファイルviewController.Swiftはインポートを無視するモジュール「coreData」の一部です」という警告が表示されました スクリーンショット
import UIKit
import CoreData
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}
プロジェクト名は「CoreData」ですか?モジュールの名前でプロジェクトを呼び出すことはできません。別の名前で別のプロジェクトを作成してみてください