skip to Main Content

Here is the error i get on Archive

I am using packages only. No pods.
Has Anybody facing or solved this error?

ld: framework not found AppAuth
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The project runs on device, I get this only on Archive.

2

Answers


  1. Chosen as BEST ANSWER

    I realised that I have to use pods, because somehow Google sign in package and Facebook package conflicted. So with pods now it's working ok.


  2. I had the exact same issue and it turned out it was due to using SwiftPM and cocoapods in parallel.

    I then removed cocoapods from my project and the error went away.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search