Local iOS standalone build setup fail

Building using expo build:ios is really really slow, so I wanted to set up local builds.

I am following the instructions at https://github.com/expo/expo/blob/master/README.md

I am failing at the setup step: “Run ./generate-files-ios.sh in the tools-public directory.”

~/expo/tools-public ~/expo/tools-public
[13:30:43] Using gulpfile ~/expo/tools-public/gulpfile.js
[13:30:43] Starting 'generate-dynamic-macros'...
generate-dynamic-macros is falling back to `template-files/keys.json`
Downloading DEV published kernel manifest...
Generating local kernel manifest from project root /Users/me/expo/home and url exp://10.10.9.188:80...
{ buildPhase: 'reading manifest' } { RequestError: Error: connect ECONNREFUSED 10.10.9.188:80
    at new RequestError (/Users/me/expo/tools-public/node_modules/request-promise-core/lib/errors.js:14:15)

The indicated address 10.10.9.188:80 is my local ip, where I have expo start running, but nothing on port 80 as far as I know. I don’t understand what it’s trying to access at :80, or what to do to fix it…?

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