Trouble create Android Build... it tries to do IOS?

I’m using CRNA and trying to do a build. Here is my output:

when I run “exp build:android”
[15:34:54] Checking if current build exists…

[15:34:55] No currently active or previous builds for this project.
[15:34:55] Publishing to channel ‘default’…
[15:34:57] Building iOS bundle
[15:34:58] Error: connect ECONNREFUSED 127.0.0.1:19001
[15:34:58] Set EXPO_DEBUG=true in your env to view the stack trace.

Why does it try to build iOS and fail? i don’t want iOS… at least not yet

Hey @dogofpavlov,

It is just creating an iOS version of the JS bundle, it won’t actually create an IPA. As for the error, I’ll get back to you when I know more.

Cheers,

Adam

FWIW, I am having this same bug. I just updated expo to 28.0.0 and then ran into it, if that means anything.

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