Skip to content

Conversation

@SandroMachado
Copy link
Contributor

@SandroMachado SandroMachado commented Oct 14, 2016

If the scheme of the project is different from the project name the iOS run script will not work for the iOS Simulator, since to launch the app the script is looking for ..\${inferredSchemeName} that can be different from the real scheme name that can be passed by argument.

For this sample, if the name of the project is different from the name of the scheme, this will not work, this PR will fix that issue.

react-native run-ios --scheme Sandbox

If the `scheme` of the project is different from the `project name` the iOS run script does not work for the `iOS Simulator`, since to launch the app the script is looking for `..\${inferredSchemeName}` that can be different from the real scheme name that can be passed by argument.

For this sample, if the name of the project is different from the name of the scheme, this will not work, this PR will fix that issue.

```
react-native run-ios --scheme Sandbox
```
@facebook-github-bot
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @LearningDave and @grabbou to be potential reviewers.

@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Oct 14, 2016
@StevePotter
Copy link
Contributor

Already fixed in #10178, which has been marked for shipping

@SandroMachado
Copy link
Contributor Author

@StevePotter thanks!

@SandroMachado SandroMachado deleted the patch-4 branch October 21, 2016 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants