! Duplicate declaration of method .. (重複宣告)
Thread1: Program received signal: "SIGABRT"
int main(int argc, char *argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil);//Thread 1: Program received signal: "SIGKILL"
[pool release];
return retVal;
}
注意StoryBoard Table View 的Attribute Inspector
注意StoryBoard [Detail View Controller] 的Attribute Inspector identifier
注意Function 是否完整





沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。