microfeatures-example
microfeatures-example copied to clipboard
Getting started instructions don't work
The Setup instructions in README.md are:
- Git clone the repository:
git clone [email protected]:tuist/microfeatures-example.git.- Install Tuist with
bash <(curl -Ls https://install.tuist.io).- Run
tuist focus.
tuist focus on my machine gives:
Error: Unexpected argument 'focus'
Usage: tuist [--help-env] <subcommand>
See 'tuist --help' for more information.
tuist generate
This command should work.
It doesn't.
error: fatalError
The 'swiftc' command exited with error code 1
Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose
Full output: microfeatures-example.output.txt
Looks like this repo hasn't seen any activity in 2 years, so I guess it hasn't kept up with breaking changes in Tuist.
Works with version 3.26.0, now testing with latest.
I was able to find great examples in the tuist/fixtures directory of the main project. I was looking for an example using .xcconfig files, that's what originally brought me here.