Alterplay / APAddressBook

Easy access to iOS address book
MIT License
1.38k stars 193 forks source link

Fix recently introduced social profile crash #150

Closed dduan closed 7 years ago

dduan commented 7 years ago

Cause of the crash: trying to initialize NSURL with nil value. This is introduced in e06316a9b3da2ab513ec382ea70beb450fa3467d.

This is the message after crash:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL
initWithString:relativeToURL:]: nil string parameter'