0

I am getting an error when launching the app. I am building the app using XCode 11.3.1 and running app on iOS 10.3.1

App crash it does not even call didfinishlaunch

This is what I see in crash report

Termination Description: DYLD, Library not loaded: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices | Referenced from: /var/containers/Bundle/Application/09070F2C-D2BA-46DB-9438-6219F18ABBEF/WhiteLabel.app/WhiteLabel | Reason: image not found

Mohammad Parvez
  • 409
  • 4
  • 12

1 Answers1

1

AuthenticationServices.framework is iOS 12+, it is not available on iOS 10.3.1: https://developer.apple.com/documentation/authenticationservices

BoygeniusDexter
  • 2,154
  • 1
  • 16
  • 14