heardrwt / RHAddressBook

A Cocoa / Objective-C library for interfacing with the iOS AddressBook.
Other
696 stars 154 forks source link

Problems with flags in new release #43

Closed ashvardanian closed 10 years ago

ashvardanian commented 10 years ago

After updating to 1.1.0 problems with arc appeared. I do use a folder instead of packaging library to be able to make changes in source code. I have set the -all-load and -ObjC flags to "Other linker flags" and -fno-objc-arc to the files. Then tried different flags combinations but nothing worked for me. Even tried moving from arc_autorelease to cfrelease and other similar solutions. Do you have any ideas on what should I do to use your lib with ARC?

heardrwt commented 10 years ago

RHAddressBook natively supports building with ARC enabled. You should be able to just drop in the source files into your project and have it work.