merchantkit
merchantkit copied to clipboard
'Product' is ambiguous for type lookup in this context
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?