Skip to content

Commit

Permalink
[docs] Remove disclaimer about Xcode 11 issues (expo#6321)
Browse files Browse the repository at this point in the history
The issue (expo/expo-cli#927) has been fixed in the latest versions of Expo CLI.
  • Loading branch information
fson authored Nov 19, 2019
1 parent 71364e0 commit 82f3894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ To learn how to build native binaries, see [Building Standalone Apps](../buildin

## 2. Start the upload

> Note: The `expo upload:ios` command is temporarily unavailable due to changes in Xcode 11. Until this is resolved, please refer to the [Manually uploading your app for the first time](#manually-uploading-your-app) section for instructions.
> If you encounter any issues, please refer to [this thread](https://github.com/expo/expo-cli/issues/927).
To upload the previously built standalone app to the appropriate app store, you simply run `expo upload:android` or `expo upload:ios`. However, you have a few options for choosing which app binary you want to upload (remember to choose one at the time):

- `--latest` - chosen by default, uploads the latest build for the given platform found on the Expo servers
- `--id <id>` - uploads a build with the given ID
- `--path <path>` - uploads a build from the local file system
Expand Down
4 changes: 1 addition & 3 deletions docs/pages/versions/v35.0.0/distribution/uploading-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ To learn how to build native binaries, see [Building Standalone Apps](../buildin

## 2. Start the upload

> Note: The `expo upload:ios` command is temporarily unavailable due to changes in Xcode 11. Until this is resolved, please refer to the [Manually uploading your app for the first time](#manually-uploading-your-app) section for instructions.
> If you encounter any issues, please refer to [this thread](https://github.com/expo/expo-cli/issues/927).
To upload the previously built standalone app to the appropriate app store, you simply run `expo upload:android` or `expo upload:ios`. However, you have a few options for choosing which app binary you want to upload (remember to choose one at the time):

- `--latest` - chosen by default, uploads the latest build for the given platform found on the Expo servers
- `--id <id>` - uploads a build with the given ID
- `--path <path>` - uploads a build from the local file system
Expand Down

0 comments on commit 82f3894

Please sign in to comment.