Skip to content
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

Open
checomendoza opened this issue May 8, 2023 · 10 comments
Open

Error on pod install #86

checomendoza opened this issue May 8, 2023 · 10 comments

Comments

@checomendoza
Copy link

checomendoza commented May 8, 2023

Hello guys. There is a bug when try run pod install because the MercadoPago repository (https://github.com/mercadopago/px-ios) is forbidden

This 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

@FranFara
Copy link

Hi guys, has anyone solved this issue?

@JonatanSalas
Copy link
Member

JonatanSalas commented May 29, 2023

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.

@TeixeiraFillipe
Copy link

Any news on this?

@JonatanSalas
Copy link
Member

No.

@alexsegura
Copy link
Contributor

What an awful developer experience from MercadoPago... why didn't they archive the repos? Incredible.

@alexsegura
Copy link
Contributor

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 Podfile so that CocoaPods resolves the Pod locally.

@checomendoza
Copy link
Author

checomendoza commented Jul 7, 2023

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 Podfile so that CocoaPods resolves the Pod locally.

Excellent @alexsegura ! Its worked for me. Thanks!

@uwemfred1
Copy link

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 Podfile so that CocoaPods resolves the Pod locally.

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.

@uwemfred1
Copy link

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.

@maxwelladapoe
Copy link

maxwelladapoe commented Oct 15, 2023

@uwemfred1 in your podfile add this line
pod 'MercadoPagoSDK', :path => 'put the path to MercadoPagoSDK here'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants