Detached Expo project migration from SDK 24 to 30

We are going through a huge upgrade of our project. We are going through many issues, but the forum has been super helpful.

However, when we try the build the app from the Xcode

~/projects/ChallengeApp ~/projects/ChallengeApp/ios
/Users/zikto/Library/Developer/Xcode/DerivedData/challengeapp-edtolhpdqnrifcayljmjwqcnxzye/Build/Intermediates.noindex/challengeapp.build/Staging-iphonesimulator/challengeapp.build/Script-B5722AD01DFB7E3F0084848F.sh: line 6: exp: command not found
Command /bin/sh failed with exit code 127

i) I’m not sure why Xcode is creating a script using exp instead of expo. Are we missing something?
ii) or is it just a simple path problem?

should I try to run

npm -g install exp

and add path? Feels like we are missing few steps.

Hey @zikto,

This post should help you out: How do I get the Expokit build to use the new Expo CLI? - #2 by esamelson

Cheers,

Adam

https://github.com/expo/expo/issues/417#issuecomment-324790024

for the PATH problem, Xcode is now happy.

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