ld: library not found for -lAppAuth Xcode 12

Getting this error after updating to Xcode 12. Here is my podfile:

platform :ios, '9.0'

def myPods
pod 'Fabric'
pod 'Crashlytics'
pod 'IQKeyboardManager'
pod 'GoogleSignIn', '5.0.2'
end