-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on pod install #86
Comments
Hi guys, has anyone solved this issue? |
The MercadoPago team has blocked the android-px and ios-px repo's, also they have dropped down the artifacts. We're looking to contact with them to understand what has happened. Sorry for the inconvenience. |
Any news on this? |
No. |
What an awful developer experience from MercadoPago... why didn't they archive the repos? Incredible. |
For people looking for a hotfix, in coopcycle/coopcycle-app@054cf69 you can find a local copy of the Pod, and a change in the |
Excellent @alexsegura ! Its worked for me. Thanks! |
Please, can you give me a guide on how to use this local copy. I have downloaded it but i don't know which of it folder to use and where to add it. |
Please, can you give me a guide on how to use this local copy. I have downloaded it but i don't know which of it folder to use and where to add it. |
@uwemfred1 in your podfile add this line |
Hello guys. There is a bug when try run
pod install
because the MercadoPago repository (https://github.com/mercadopago/px-ios) is forbiddenThis is the error its returns
[!] Error installing MercadoPagoSDK
[!] /usr/bin/git clone https://github.com/mercadopago/px-ios.git /var/folders/v0/4s51z20s4s35w7qtm1zpvkdc0000gn/T/d20230508-83782-pvr7ki --template= --single-branch --depth 1 --branch 4.32.4
Cloning into '/var/folders/v0/4s51z20s4s35w7qtm1zpvkdc0000gn/T/d20230508-83782-pvr7ki'...
remote: Repository not found.
fatal: repository 'https://github.com/mercadopago/px-ios.git/' not found
The text was updated successfully, but these errors were encountered: