goSellSDK-iOS icon indicating copy to clipboard operation
goSellSDK-iOS copied to clipboard

Name conflict SessionDelegate

Open kushalhyperlink opened this issue 5 years ago • 1 comments

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

  1. Found this candidate (Alamofire.SessionDelegate)
  2. Found this candidate (goSellSDK.SessionDelegate)

could you please share your thoughts on the same?

Thanks in advance.

kushalhyperlink avatar Jan 23 '20 07:01 kushalhyperlink