google / google/GoogleSignIn-iOS
Adding GoogleSignIn pod to the dynamic framework throws run time error
Open
- Dominant language
- Objective-C
- Stars
- 750
- Forks
- 282
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 9
Description
I've added the GoogleSignIn pod to the dynamic framework and no errors show up during pod install and build time. But when I run the app, it crashes with the logs below. I tried explicitly adding AppAuth in the framework but still throwing error.
```
dyld[42052]: Library not loaded: @rpath/AppAuth.framework/AppAuth
```
Contributor guide
Assessment
This issue has not been assessed yet.