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.
Hey @rezkiy37,
I've fixed the issue with pods (outdated pods) in #75
For the android, please provide more detailed logs as I can't reproduce that - I did try running it on a fresh clone of repository and it worked without any issues
@jbroma, I've tried everything from the very beginning. Unfortunately, I have a problem with installing pods for IOS.
https://github.com/callstack/super-app-showcase/assets/57314631/17c74a9e-c794-4ad9-b00b-4db45b2ba8b1
For Android I also have a problem:
https://github.com/callstack/super-app-showcase/assets/57314631/25831bea-ef0e-479d-b556-a44e8a98a5a6
However, it added the app, but it is not loading.
Once I've removed the app from the emulator and tried again, I have a progress:
But, there is a JS Error:
@rezkiy37 Run pnpm adbreverse and reload the app – this should fix it.
@rezkiy37 Run
pnpm adbreverseand reload the app – this should fix it.
Yes, Android works now. Thank you!
@RafikiTiki any chance Re.Pack could detect this kind of issues and hint the user to adb reverse?
So, but what should I do to launch IOS, what I missed?
I had the same issue. All I did was run pnpm pods each time it failed, which took 40m in the end to complete.