I have added following pods:
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Core'
and imported the sdk
import Firebase
but I am still getting the following error as mentioned in the screenshot:
can someone help me to solve the issue?