You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This relates to #205, when we rely on custom configs whose env option is set to true and python 2.7 isn't installed. stdout states that Variants.swift has been generated successfully but it isn't.
Steps to reproduce
Do not have Python 2.7 installed.
Have at least 1 custom config setting env: true (regardless of the env var existing or not)
Execute switch command to that variant.
Variants prints to stdout that ⚙️ '[...]/Variants/Variants.swift' has been generated with success.
Variants/ folder doesn't contain Variants.swift.
Expected behavior
A clear error message stating what happened and the steps to fix it.
The text was updated successfully, but these errors were encountered:
Environment
Variants:
Your machine:
Project's platform:
Describe the bug
This relates to #205, when we rely on custom configs whose
env
option is set totrue
and python 2.7 isn't installed.stdout
states thatVariants.swift
has been generated successfully but it isn't.Steps to reproduce
env: true
(regardless of the env var existing or not)switch
command to that variant.⚙️ '[...]/Variants/Variants.swift' has been generated with success
.Variants/
folder doesn't containVariants.swift
.Expected behavior
A clear error message stating what happened and the steps to fix it.
The text was updated successfully, but these errors were encountered: