Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crash on 10.3.1 (simulator) #350

Closed
torianin opened this issue Jan 20, 2019 · 2 comments
Closed

App crash on 10.3.1 (simulator) #350

torianin opened this issue Jan 20, 2019 · 2 comments
Labels

Comments

@torianin
Copy link

Describe the bug
App crash on 10.3.1 ( Simulator ) when using experimental dev-logout branch

To Reproduce
Steps to reproduce the behavior:

  1. Use dev-logout branch
    pod 'AppAuth', :git => 'git@github.com:openid/AppAuth-iOS.git', :branch => 'dev-logout'
  2. Run app in iPhone 5s (10.3.1)
  3. Crash when the application starts

dyld: Library not loaded: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices Reason: image not found

Expected behavior
App should run without crash

@zboralski
Copy link

zboralski commented Feb 3, 2019

AppAuth will crash on iOS < 12 because of this... on the master branch as well

@ugenlik
Copy link

ugenlik commented Feb 27, 2019

Same happened to me, it worked fine using simulator but my apps crashed on Crashyltics and Testflight.

You need to go to your Target-> General->Linked Frameworks and Libraries
and add AuthenticationServices.framework then you need to make it optional.

screen shot 2019-02-27 at 5 54 57 pm

@WilliamDenniss WilliamDenniss changed the title App crash on 10.3.1 (simulator) when using experimental dev-logout branch App crash on 10.3.1 (simulator) Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants