microfeatures-example icon indicating copy to clipboard operation
microfeatures-example copied to clipboard

Getting started instructions don't work

Open dhoskins opened this issue 3 years ago • 4 comments

The Setup instructions in README.md are:

  1. Git clone the repository: git clone [email protected]:tuist/microfeatures-example.git.
  2. Install Tuist with bash <(curl -Ls https://install.tuist.io).
  3. Run tuist focus.

tuist focus on my machine gives:

Error: Unexpected argument 'focus'
Usage: tuist [--help-env] <subcommand>
  See 'tuist --help' for more information.

dhoskins avatar Nov 23 '22 10:11 dhoskins

tuist generate

This command should work.

ArronPJ avatar Mar 09 '23 10:03 ArronPJ

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.

eddieh avatar Feb 27 '24 19:02 eddieh

Works with version 3.26.0, now testing with latest.

jeroenleenarts avatar Feb 28 '24 12:02 jeroenleenarts

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.

eddieh avatar Feb 29 '24 01:02 eddieh