vote up 0 vote down star

I have a program where for certain code paths, the address book constants (such as kABPersonEmailProperty, kABPersonAddressProperty) evaluate to their normal non-zero value. However, if I follow a different code path, all these constants evaluate to zero.

Furthermore, once I follow the "successful" code path, if I take the problematic code path it works.

Is this some kind of compile linkage issue ?

I could also be over-releasing a variable somewhere.

flag

2 Answers

vote up 0 vote down check

Okay, mystery solved. To Apple's credit, the behavior is documented.

See link text

"Special Considerations: The value of these constants is undefined until one of the following has been called: ABAddressBookCreate, ABPersonCreate, ABGroupCreate."

link|flag
vote up 0 vote down

are u picking data from contacts lists persons data?

link|flag
Yes, it works now. – Mike Camilo Aug 6 at 23:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.