Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

diyora

macrumors newbie
Original poster
Jul 21, 2008
25
0
Hello all,
I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts.
I write
ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel);
It create label but,
It give me warnig:passing argument 1 of 'ABMultiValueCreateMutable' makes integer from pointer without a cast.

How to remove i this warninig?..

Thank you..
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
You are using the incorrect parameter. The documentation gives you a list of the correct values you can use: search for "ABPropertyType" and then click on "Record Property Types".
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.