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
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.
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.