You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: There are multiple dependencies with different sources for `customerio-reactnative` in `Podfile`:
- customerio-reactnative (from `../node_modules/customerio-reactnative`)
- customerio-reactnative/apn (from `../node_modules/.pnpm/[email protected][email protected]_@[email protected]_@babel+preset-env@7_06e540787e821bc5aa9d6cc4e047b81d/node_modules/customerio-reactnative`)
pod install --repo-update --ansi exited with non-zero code: 1
Describe the bug
Can't install using pnpm due to dependency issues
Hey @itajenglish, thank you for flagging this. We don't officially support pnpm yet, I have added a feature request to ensure our package is compatible with pnpm. We are going to update the status of the ticket as soon as we start on it. Thank you for your patience and understanding.
SDK version: 4.2.1
Environment: Development
Are logs available?
Describe the bug
Can't install using pnpm due to dependency issues
To Reproduce
pnpm add [email protected]
npx expo prebuild --clean
orcd ios && pod install
Expected behavior
Screenshots
Additional context
This works using npm or yarn
The text was updated successfully, but these errors were encountered: