Pod File this error [!] Invalid Podfile
file: undefined method `Pod' for # Did you mean? pod. is occuring when I am trying to pod install. In my pod file i have just added 'SwiftKeychainWrapper'
This is a terminal error with cocoapods, also an error with the import the way i imported was
import SwiftKeychainWrapper
[!] Invalid Podfile
file: undefined method `Pod' for #
Did you mean? pod.
#
# -------------------------------------------
# pod 'Firebase/Database'
Pod 'SwiftKeychainWrapper' #
# -------------------------------------------