ios - Parse Facebook Login Crash -


i getting crash in ios project when calling logininbackgroundwithreadpermissions. here complete code.

let permissions = ["public_profile", "email", "user_friends"] pffacebookutils.logininbackgroundwithreadpermissions(permissions, block: { (user: pfuser?, error: nserror?) -> void in })

the app crashes. here stack trace.

enter image description here

i using parse latest sdk 1.8.1 in ios project. facebook sdk 4.5.1

anyone facing same issue?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -