I have included both frameworks and import header files. But xCode throws an error because of the missing AddressBookUI.h file.
#import "PersonViewController.h"
#import <AddressBook/AddressBook.h>
#import <AddressBook/AddressBookUI.h>
@interface PersonViewController () <UITextFieldDelegate, UIActionSheetDelegate>
{
}
Any advice?
AddressBookUI.h is in the AddressBookUI framework, not the AddressBook framework.