質問編集履歴
2
URLにリンクを付けた。
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
アプリケーション開発の教科書「http://www.sbcr.jp/products/4797380064.html」と言う本でCoreDataの勉強をしています。
|
1
|
+
アプリケーション開発の教科書「[リンク内容](http://www.sbcr.jp/products/4797380064.html)」と言う本でCoreDataの勉強をしています。
|
2
|
-
参考書丸写し(サンプルコードダウンロード「https://github.com/glassonion1/I-Feel-Fine/tree/master/ios_swift/AddressBook/AddressBook」で間違い無いか確認しました。)して、シュミレーターを起動し、Cellをタップすると以下のエラーが出ます。
|
2
|
+
参考書丸写し(サンプルコードダウンロード「[リンク内容](https://github.com/glassonion1/I-Feel-Fine/tree/master/ios_swift/AddressBook/AddressBook)」で間違い無いか確認しました。)して、シュミレーターを起動し、Cellをタップすると以下のエラーが出ます。
|
3
3
|
「CoreData: warning: Unable to load class named 'DetailViewController.Person' for entity 'Person'. Class not found, using default NSManagedObject instead.」
|
4
4
|
|
5
5
|
![イメージ説明][WIDTH:600](56c087db61780ab432f8b39a8577d387.png)
|
6
6
|
|
7
7
|
他のサイトで解決法が載っていたのですが解決できませんでした。
|
8
|
-
「http://qiita.com/hanoopy/items/765d29f83a99eef6b49b」
|
8
|
+
「[リンク内容](http://qiita.com/hanoopy/items/765d29f83a99eef6b49b)」
|
9
|
-
「http://swift-studying.com/blog/swift/?p=434」
|
9
|
+
「[リンク内容](http://swift-studying.com/blog/swift/?p=434)」
|
10
10
|
上記サイトの症状は同じなのですが、他の解決法は有りますでしょうか?
|
11
11
|
|
12
12
|
![イメージ説明][WIDTH:600](0074aeefd0ec51dd11ef6734bb12ec7e.png)
|
1
タイトルを簡潔にした。
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Class not found
|
1
|
+
Swift【Class not foundエラー】解決法について
|
body
CHANGED
File without changes
|