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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -