Xcode ViewController shows Cannot find 'pay' in scope
I am trying to link my iOS app to stripe, but in my viewcontroller it shows error - "Cannot find 'pay' in scope" Attaching the screenshot of the error - My ViewController is - import UIKit import Stripe import Alamofire…