0

I have a weird crash reported by Crashlytics:

[SFSafariViewController setIsInitLanguageConfigSet:]: unrecognized selector sent to instance 0x100d75fb0

The crash happens in a class that doesn't contain anything related to SFSafariViewController, It's just a simple page containing 3 options related to which language a user wants the app to be localized to.

Has anyone experienced such crash?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Ali
  • 497
  • 1
  • 4
  • 16

1 Answers1

0

Apparently, it was Facebook SDK that was causing this issue. Updating to the latest version fixed it.

Ali
  • 497
  • 1
  • 4
  • 16