Alterplay / APAddressBook

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

url property of APSocialProfile is declared as NSURL but is an NSString #144

Closed popwarsweet closed 7 years ago

popwarsweet commented 7 years ago

The url property of APSocialProfile is declared as an NSURL, but is assigned an NSString instance. This causes a crash when accessing this property. The crash is -[__NSCFString isFileReferenceURL]: unrecognized selector sent to instance

belkevich commented 7 years ago

Thank you! I'll check it

belkevich commented 7 years ago

Fixed. Check out 0.3.0 version