I'm using an external library (RHAddressBook) when I run the app in the simulator or in device there is no issue. But when I choose to archive the app I run into the issue where it's saying 'RHAddressBook/AddressBook.h' file not found
at the line #import <RHAddressBook/AddressBook.h>
I have checked that the header search paths are the same for debug and release.
Not really sure what to check else.