Shahid Aslam
Shahid Aslam

Reputation: 2585

_OBJC_CLASS_$ Error in iOS application

"_OBJC_CLASS_$_AddViewController", referenced from: objc-class-ref-to-AddViewController in ContactsController.o

ld: symbol(s) not found

collect2: ld returned 1 exit status

and the particular controllers are attached and compiling fine.

Thanks

Upvotes: 6

Views: 10442

Answers (1)

Joe
Joe

Reputation: 57169

Make sure that AddViewController.m is added to your compile sources.

Upvotes: 24

Related Questions