I don\'t know why its happening .... I an integrating a twitpic api and its working fine all the projects except one. I am getting 5488 errors and that too in classes like NSObj
Usually these errors are caused by a problem in the .pch file, like an #import that doesn't belong, or something similar.
compile the files as objc, not c
I got this error several times. This could happen because of superfluous curly bracket. Like
- (void)a {
}
}
Check latest changes in a project.