thekevinbrown/react-native-schemes-manager

Wrong scheme when running from CLI

ywongweb opened this issue · 1 comments

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

Seems like a problem with React Native itself.
facebook/react-native#10102