I have a program where, for certain code paths, address book constants (such as kABPersonEmailProperty, kABPersonAddressProperty) evaluate their normal non-zero value. However, if I follow a different code, all of these constants evaluate to zero.
Also, as soon as I follow the โsuccessfulโ code, if I use problematic code, it works.
Is this some kind of compilation problem?
I could also re-issue the variable somewhere.
source share