davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Pods are not installing #222

Open mohanraj546 opened 4 years ago

mohanraj546 commented 4 years ago

Cloning into '/var/folders/f9/5czb94rd7s3f5ck522s6k1zh0000gp/T/d20200228-22989-l64kwy'... warning: Could not find remote branch v3.5.2 to clone. fatal: Remote branch v3.5.2 not found in upstream origin

virdesai commented 4 years ago

This will fix it. https://github.com/davodesign84/react-native-mixpanel/pull/224

medicinow-team commented 4 years ago

When will this fix be available?

douglasdc commented 4 years ago

You can make a temporary fork applying the necessary change and install the package form your github, until the changes be apply on master.

virdesai commented 4 years ago

I have a script that runs on postinstall for changes like this that are small. I have this currently in my script until the fix is available: sed -i '' 's/3.5.0/3.6.0/' ./node_modules/react-native-mixpanel/react-native-mixpanel.podspec

medicinow-team commented 4 years ago

You can make a temporary fork applying the necessary change and install the package form your github, until the changes be apply on master.

I've already done that. Just want to know it beforehand to set a reminder. My memory is a mess. 😄