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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -