I am working on application in which I need to support iOS 8 onwards devices. Application used iOS contacts So I need to add both ABAddress
and contacts framework
.
I am facing a strange problem with Xcode 8 that ABAddressFramework
not found at run time and application crashed.
I have added the framework in Link Binary With Library with required tag.
Please provide your input on this.
Finally I resolved the issue and I tried removing and adding the ABAdressFramework and it works. I think Order is also playing important role: