Objective c Facebook登录问题,应用程序未终止

Objective c Facebook登录问题,应用程序未终止,objective-c,xcode,facebook,login,Objective C,Xcode,Facebook,Login,为什么会出现这个错误 canOpenURL:URL:“fbauth2:/”失败-错误:“(null)”请在xcode项目的info.plist文件的URL架构中添加fbauth2。 还加 lsapplicationqueryschemes我希望能对您有所帮助。 <key>LSApplicationQueriesSchemes</key> <array> <string>fbapi</string> <string&

为什么会出现这个错误


canOpenURL:URL:“fbauth2:/”失败-错误:“(null)”

请在xcode项目的info.plist文件的URL架构中添加fbauth2。 还加

lsapplicationqueryschemes

我希望能对您有所帮助。
<key>LSApplicationQueriesSchemes</key> <array>
    <string>fbapi</string>
    <string>fbauth</string>
    <string>fbauth2</string> </array>