goSellSDK-iOS
goSellSDK-iOS copied to clipboard
Name conflict SessionDelegate
Hello Team, I am using goSellSDK-iOS wher we have SessionDelegate. I am also using Alamofire has also SessionDelegate protocol. so when I tried to extend the delegate it shows me error.
'SessionDelegate' is ambiguous for type lookup in this context
- Found this candidate (Alamofire.SessionDelegate)
- Found this candidate (goSellSDK.SessionDelegate)
could you please share your thoughts on the same?
Thanks in advance.