davide-scalzo / react-native-mixpanel

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

MixpanelType.h file missing in the recent version #204

Open nrk1989 opened 4 years ago

nrk1989 commented 4 years ago

Hi Team,

After the fresh installation NPM modules for our project, we have found the issue is that "MixpanelType.h" file is not there to build the iOS App. After the investigation, we came to know that this issue happened because of the minor version upgrades done from 1.1.4 to 1.1.10. Then, we used absolute version 1.1.4 to resolve this issue.

Please fix this issue from your side.

lorenc-tomasz commented 4 years ago

Cannot reproduce it. Could you test:

"react-native-mixpanel": "github:lorenc-tomasz/react-native-mixpanel#1.1.11",

@nrk1989

piubellofelipe commented 4 years ago

I was having the same problem on ios (RN 60.4), downgrading to 1.1.4 fixed the "MixpanelType.h" not found error.