1
kshatriya 2012-03-10 21:24:06 +08:00
。。。你再看一下是不是打错了,这是obj-c吧,看着蛮像 嗯
|
2
yishenggudou OP @kshatriya 额是objective-c啊
|
3
ck65 2012-03-10 22:04:56 +08:00
48 行不该折行吧?是回车还是自动换行的?
|
4
jesse0628 2012-03-10 22:09:08 +08:00
这个是core data框架里的代码,你可以检查一下:
1、方法的大括号我这里看到的只有一个,是否漏了 2、有没有添加core data framework,并且是否引用了core data头文件 |
5
yishenggudou OP @ck65 这个我也试过的,不换行也一样,
|
6
yishenggudou OP @jesse0628 恩 是有用coredata的方法
大括号是完整的 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%2010.12.08%20PM.png) coerdata文件也有引用的 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%206.31.27%20PM.png) 错误的详细信息是 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%2010.16.15%20PM.png) |
7
yishenggudou OP @jesse0628
恩 是有用coredata的方法 大括号是完整的 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%2010.12.08%20PM.png) coerdata文件也有引用的 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%206.31.27%20PM.png) 错误的详细信息是 (http://commondatastorage.googleapis.com/haibo/temp/Screen%20Shot%202012-03-10%20at%2010.16.15%20PM.png) |
8
elden 2012-03-10 22:36:20 +08:00
有时候Xcode会变傻,重开试试,还不行就删除derived data。
|
9
yishenggudou OP @elden 重启了 还是一样
|
10
sobigfish 2012-03-10 23:17:21 +08:00
呃,会不会有中文符号 分号撒的
|
11
yishenggudou OP @sobigfish 这个可以排除,字符都是英文的
看报错是 NSEntityDescription 下 没有insertNewObjectForEntityForName这个方法 但是这个方法是存在的啊 (https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/CoreDataFramework/Classes/NSEntityDescription_Class/NSEntityDescription.html#//apple_ref/doc/uid/TP40003604) iphone开发秘籍里面也是这么写的 啊 |
12
elden 2012-03-10 23:21:47 +08:00
@yishenggudou 试试Product => Clean 或 把Organizer中此项目的derived data删除。
|
13
yishenggudou OP @elden 刚刚也试验了,删除之后还是一样的
|
14
elden 2012-03-10 23:29:31 +08:00
@yishenggudou 哦,看到了,goto是关键字
|
15
sobigfish 2012-03-10 23:47:20 +08:00
呃,goto什么时候变成objc的关键字了。
lz认为没错的就改个sdk版本试试吧 4.2能用ios4.3 ios5吧? |
17
yishenggudou OP @elden 原来如此 ...我擦 真的是这个..
|