You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro steps:
1. Checkout
2. Open project
3. Run unit tests
4. When prompted, do not allow "otest" to access address book
5. Crash on GTMABAddressBook.m:84
ABGetSharedAddressBook() returns nil if access is not granted. Trying to retain
nil will cause a crash (I'm using OS X 10.8). I have attached a patch that
checks for nil before attempting to retain. This avoids the crash, though the
unit tests will obviously fail.
Original issue reported on code.google.com by [email protected] on 19 Feb 2013 at 8:43
Original issue reported on code.google.com by
[email protected]
on 19 Feb 2013 at 8:43Attachments:
The text was updated successfully, but these errors were encountered: