question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IOS facebook login crash

See original GitHub issue

This is a repeatable issue. Every time i try to use the login via Facebook function on an IOS device, the app crashes and gives me this error 1 0xbf51c3 NativeScript::FFICallback<NativeScript::ObjCMethodCallback>::ffiClosureCallback(ffi_cif*, void*, void**, void*) 2 0xfd9a15 ffi_closure_inner_SYSV 3 0xfdd0b8 ffi_closure_SYSV 4 0x200a88eb <redacted> 5 0x20092a87 <redacted> 6 0x200a8213 <redacted> 7 0x200a7d5f <redacted> 8 0x200a2947 <redacted> 9 0x200737c9 <redacted> 10 0x20813c39 <redacted> 11 0x2080d8db <redacted> 12 0x1afe9c8b <redacted> 13 0x1afe9795 <redacted> 14 0x1afe7a6b <redacted> 15 0x1af37073 CFRunLoopRunSpecific 16 0x1af36e81 CFRunLoopRunInMode 17 0x1c6dfbfd GSEventRunModal 18 0x200deacf <redacted> 19 0x200d9201 UIApplicationMain 20 0xfdd02c ffi_call_SYSV 21 0xfd9759 ffi_call 22 0xbc54b7 NativeScript::FFICall::call(JSC::ExecState*)

The same code works fine for me on android. I have also confirmed that the firebase connection is working on IOS (used normal login function with email and password). I tried searching on google for some bits of this error and came up with nothing. If anyone have a fix for this I would really appreciate it!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
tskwerescommented, Oct 25, 2016

@samuelagm @EddyVerbruggen

Guys solved, for me the issue was that the info.plist did not have my Facebook credentials. We may want to update the installion guide / read me, I didn’t see that in the steps ( though admittedly I didn’t watch the video, it may be there )

In any event, here’s the guide from the Facebook Docs:

https://developers.facebook.com/docs/ios/getting-started

See Step 4 - Configure XCode Project

1reaction
austinlaruecommented, Oct 20, 2016

I’m having the same issue on iOS10 simulator and iOS10 device. This is the error message I receive:

Oct 20 16:03:09 Austins-MacBook-Pro com.apple.CoreSimulator.SimDevice.FBE00800-99EE-425C-9B75-FACE6ADA04FF.launchd_sim[40033] (UIKitApplication:<BUNDLE_ID>[0x3014][18277]): Service exited with abnormal code: 1

Read more comments on GitHub >

github_iconTop Results From Across the Web

App crashes on login call #1717 - facebook/facebook-ios-sdk
Login with Facebook by pressing button which calls logIn method. Expected Results. App presents login screen or redirects user to Facebook app.
Read more >
iPhone Facebook Keeps Crashing After iOS 13.3. Here's The ...
How to fix iPhone Facebook keeps crashing after implementing iOS 13.3 · First solution: Reboot your iPhone · Second solution: Update Facebook app ......
Read more >
Why Does Facebook Keep Crashing On My iPhone and iPad
In this article, I'll explain why the Facebook app keeps crashing on your iPhone or iPad and how to keep the problem from...
Read more >
Fix: Facebook App Crashes on Android or iOS - Appuals.com
Solution 1: Logging into the Application again. Certain login configurations are saved by the application on your device. However, if these ...
Read more >
crashes app when I log in using facebook auth - Stack Overflow
Using Facebook API in Swift. "App ID not found"? 1 · AppID not Detected · 1 · Unity3D 5.3, Facebook SDK does not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found