Could not run pod install after ejecting app Expo

Hi, I had to eject my app since we need to implement In App Purchase and it’s not available with Expo. So I eject the app by using de the command npm run eject. The ejection was successfull, I was even able to run my app on Android but not IOS. It’s because build failed on Xcode because the pods was not install correcly. When I run the command Pods install, I get the error on the image below:


Can I get any assistance with that please ?

Hey @xavier96,

Have you tried running the pod install --repo-update command that the logs suggest?

If not, give that a try and see if that resolves the issue.

Cheers,

Adam

Hi @adamjnav thank you for your reply, yes I already tried, it didn’t change anything

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.