super-app-showcase
super-app-showcase copied to clipboard
Failed to launch Android & Failed to install Pods and launch IOS
Environment
Debug; MacOS 13.5.2; pnpm 8.9.2;
Description
I've tried to launch the app. I successfully installed node_modules
. After, tried to launch pnpm --filter host android
and faced the next error:
Also, tried to launch IOS. Started from the pod installation via pnpm pods
, but no luck:
Therefore, pnpm --filter host ios
throes the next error:
Reproducible Demo
I used command from the docs.
Android: pnpm --filter host android
.
IOS: pnpm pods
and pnpm --filter host ios
.