[AC-1348] iOS Ti.Contacts removePerson + save crashes
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2015-11-26T06:59:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios |
Reporter | Kon Lovett |
Assignee | Shak Hossain |
Created | 2015-11-03T23:56:49.000+0000 |
Updated | 2016-03-08T07:37:45.000+0000 |
Description
With iOS perform a Ti.Contacts.removePerson(person) followed by a Ti.Contacts.save(). The app will segv with a EXC_BAD_ACCESS.
[INFO] : removeFromAddressBook remove
[INFO] : removeFromAddressBook save
[INFO] : -[__NSCFString addedContactsByContainerIdentifier]: unrecognized selector sent to instance 0x18897240
then crash
A test app is attached
Attachments
Related to TIMOB-20010.