Created
January 8, 2019 21:07
-
-
Save EvanBacon/7c17162ae9c427af6a92256384ee4d54 to your computer and use it in GitHub Desktop.
When expo build:ios works
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GoogleAuthDemo $ exp build:ios -c | |
We've built a brand new CLI for Expo! | |
Expo CLI is a drop in replacement for exp. | |
Install: npm install -g expo-cli | |
Use: expo --help | |
Read more: https://blog.expo.io/expo-cli-2-0-released-a7a9c250e99c | |
[13:05:12] Making sure project is set up correctly... | |
[13:05:13] Your project looks good! | |
[13:05:13] Checking if current build exists... | |
[13:05:14] No currently active or previous builds for this project. | |
[13:05:14] Removed existing credentials from expo servers | |
? How would you like to upload your credentials? | |
Expo handles all credentials, you can still provide overrides | |
We need your Apple ID/password to manage certificates and | |
provisioning profiles from your Apple Developer account. | |
Note: Expo does not keep your Apple ID or your Apple password. | |
? What's your Apple ID? [email protected] | |
? Password? [hidden] | |
[13:05:25] Validating Credentials... | |
[13:05:27] Only 1 team associated with your account, using Team ID: QQ57RJ5UTD | |
? Will you provide your own Distribution Certificate? Let Expo handle the process | |
? Will you provide your own Push Certificate? Let Expo handle the process | |
[13:05:41] Unable to find an existing exp instance for this directory, starting a new one... | |
[13:05:46] Starting Metro Bundler on port 19003. | |
[13:05:47] Tunnel ready. | |
[13:05:47] Publishing to channel 'default'... | |
[13:05:48] Building iOS bundle | |
[13:06:58] Finished building JavaScript bundle in 69974ms. | |
[13:06:58] Building Android bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment