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
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
The text was updated successfully, but these errors were encountered:
The
url
property ofAPSocialProfile
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
The text was updated successfully, but these errors were encountered: