Wrong scheme when running from CLI
ywongweb opened this issue · 1 comments
ywongweb commented
First of all, thank you so much for this amazing library, it's a life saver!
Steps to reproduce the behavior
Run the project on the command line. react-native run-ios --scheme beta
Expected behavior
Should run project using beta scheme
Actual behavior
Always runs the original Debug scheme
Additional notes
Running via XCode works fine
ywongweb commented
Seems like a problem with React Native itself.
facebook/react-native#10102