You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I moved to XCode 13.2.1 and now suddenly, when I build my app I got that error: 'Product' is ambiguous for type lookup in this context
The compiler says that it founds two candidates for the class "Product" but both candidates go to the same file "Product.swift" in the same pod (merchantkit)
I don't know ho to fix that.
Any help?
The text was updated successfully, but these errors were encountered:
I moved to XCode 13.2.1 and now suddenly, when I build my app I got that error:
'Product' is ambiguous for type lookup in this context
The compiler says that it founds two candidates for the class "Product" but both candidates go to the same file "Product.swift" in the same pod (merchantkit)
I don't know ho to fix that.
Any help?
The text was updated successfully, but these errors were encountered: