paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

Type does not confirm to protocol PaymentManagerDelegate #75

Closed alquhait closed 2 years ago

alquhait commented 2 years ago

I have a problem using PaymentSDK when i'm trying to use PaymentManagerDelegate, I can make build fine but the issue I can't confirm to this protocol also it works with fresh project but with my current project it doesn't

image

info: swift version: 5 min deployment target: iOS 13

alquhait commented 2 years ago

It was my mistake I created class named Error and that was the problem, so I changed my class Error to another name.