-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selecting scheme from popup selects incorrect scheme #193
Comments
Yeah you're right, that's incorrect. And in cases when you have schemes from more than one project/workspace, this will be out of sync. A quick workaround is to remove like 210 in BuildTemplateViewController.swift, so that it doesn't perform the sort. I'll prep a proper fix later. Sorry about that! :) Also, this is most likely a duplicate of #192. |
Removing the sort corrects the mismatch and |
hmm the correct scheme is set in the template being passed in to |
@czechboy0 it seems to be a bit of a timing issue. The |
…e being updated - and having the next button disabled properly - cleaned cocoapods, updated dependencies
On the template editor, select a scheme and then
Next
. SelectPrevious
and observe the selected scheme.Inspecting the
schemes
property shows the order is not consistent with the order presented inschemesPopup
.Seems this might be because there is a name sort being done on the
schemesPopup
's name:The text was updated successfully, but these errors were encountered: