davide-scalzo/react-native-mixpanel

MixpanelType.h file missing in the recent version

Opened this issue · 2 comments

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.

Cannot reproduce it. Could you test:

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

@nrk1989

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