BlackBoxVision / react-native-mercadopago-px

🚀 MercadoPago PX bridge for react-native
https://react-native-mercadopago-px.blackbox-vision.tech
MIT License
104 stars 25 forks source link

Error on pod install #86

Open checomendoza opened 1 year ago

checomendoza commented 1 year ago

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 commented 1 year ago

Hi guys, has anyone solved this issue?

JonatanSalas commented 1 year ago

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 commented 1 year ago

Any news on this?

JonatanSalas commented 1 year ago

No.

alexsegura commented 1 year ago

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

alexsegura commented 1 year ago

For people looking for a hotfix, in coopcycle/coopcycle-app@054cf69495aca35d607c8d7917873d0d9d90f1fc you can find a local copy of the Pod, and a change in the Podfile so that CocoaPods resolves the Pod locally.

checomendoza commented 1 year ago

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 commented 12 months ago

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 commented 12 months ago

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 commented 9 months ago

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