Add Address Book Framework for iOS 8 with Xcode8

152 views Asked by At

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.

1

There are 1 answers

0
Saurav Nagpal On BEST ANSWER

Finally I resolved the issue and I tried removing and adding the ABAdressFramework and it works. I think Order is also playing important role:

https://github.com/OceanLabs/iOS-Print-SDK/issues/257enter image description here