Open misbell opened 1 week ago
here's the build log.
I believe my initial problems were because I installed node 22. when I installed node 18.8 as you instructed, I was able to build.
I am guessing the reason the app DOES build and run with the yarn command (as opposed to Xcode) is because the environment variable reported missing here is included somewhere in the mix.
arghh. it's already included in the .env file.
Commented this out, the app built in Xcode.
So what's the problem here?
added associated ngrok domain as article recommended.
your process works okay, but why can't I do an ordinary pod update or pod install? crashes immediately.
works okay in simulator, can't see development server from iPhone no matter what I try. Also no debug menu on device, either by shaking or 3 finger press. I build a fresh expo app, ran on iPhone, saw dev server without problem.
By logging in on both Mac and iPhone, I am now able to fetch the development server. You might want to add this explicit not to the instructions? Could help people save a day or two.
However, different error when I try to load the app:
FYI the app loads fine from the browser via the USB connected iPhone, and over the internet from an iPad on the same network.
and finally, deleting a prior side by side version of the app on the phone solved the 'error loading app' problem.
Boiled down:
heritage app
first, make sure it's right version of node
second, sign into expo both on macos and ios
third, make sure there's no other version of the app running on the iphone
Next, I have to make the process work, because right now, it's not.
here's a screenshot of the error. Hope it helps.