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