Skip navigation.
 
mlRe: ABMutableMultiValue error
FROM : Johan Kool
DATE : Thu Jan 24 09:16:21 2008

Hello Steven,

> I'm getting an error when trying to modify a textfield that is 
> attempting to change the value of the main phone number label in 
> address book:


My guess would be that [person valueForProperty:kABPhoneProperty] 
returns an immutable object. Try using mutableCopy.

Johan

Related mailsAuthorDate
mlABMutableMultiValue error Steven Crosley Jan 23, 15:44
mlRe: ABMutableMultiValue error Johan Kool Jan 24, 09:16