davide-scalzo / react-native-mixpanel

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

Pod install error #223

Open aknyazyan opened 4 years ago

aknyazyan commented 4 years ago

Could you please check what's the problem? On android all works properly, for the ios I got error on pod install.

[!] Error installing Mixpanel [!] /usr/bin/git clone https://github.com/mixpanel/mixpanel-iphone.git /var/folders/k4/wlyxx00s07d4c1h1ypr2wg6h0000gn/T/d20200228-33555-1s10fia --template= --single-branch --depth 1 --branch v3.5.2

Cloning into '/var/folders/k4/wlyxx00s07d4c1h1ypr2wg6h0000gn/T/d20200228-33555-1s10fia'... 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

aknyazyan commented 4 years ago

Thanks, I changed it by hand and it worked. When is it planned to have in npm, as a new version?

r3nya commented 4 years ago

Hi @aknyazyan!

Looks like #224 were merged (https://github.com/davodesign84/react-native-mixpanel/commits/master) and it were included in 1.2.0 version.

Please check it. ;)