CodeAtlas / VeeContactPicker

A replacement of the iOS ABPeoplePickerNavigationController, supporting contacts' images.
MIT License
102 stars 27 forks source link

Crashing in addSocialAccountsFromPerson: if there is no valid social name #1

Closed panxshaz closed 8 years ago

panxshaz commented 8 years ago

If username is nil for facebook service in some contact then it's crashing at line 214 in VeeABRecord.m [_facebookAccountsMutable addObject:username];

andreacipriani commented 8 years ago

It should have been fixed in v 0.0.2 Thanks for the report @bimsoe!