Reputation: 21
good morning, I am having a problem when executing "pod install" on ios and flutter, it gives me an error with a MercadoPago SDK, the error it shows me is:
**[!] Error installing MercadoPagoSDK [!] /usr/bin/git clone https://github.com/mercadopago/px-ios.git /var/folders/y4/6qf0hlld2k36tt90_hrv5g380000gn/T/d20230518-15114-4a4z3g --template= --single-branch --depth 1 --branch 4.32.4
Cloning into '/var/folders/y4/6qf0hlld2k36tt90_hrv5g380000gn/T/d20230518-15114-4a4z3g'... remote: Repository not found. fatal: repository 'https://github.com/mercadopago/px-ios.git/' not found**
Did that happen to anyone else?
Know if it happened to someone else and how to fix it
Upvotes: 1
Views: 657
Reputation: 1693
It happens because MercadoPago has restricted access to the mercadopago/px-ios repository on GitHub.
More info on this issue
Upvotes: 0