Reputation: 2585
"_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
Reputation: 57169
Make sure that AddViewController.m is added to your compile sources.
Upvotes: 24