tuist / tuist

Tuist's CLI
https://tuist.io
MIT License
4.57k stars 554 forks source link

Broken tutorial #5921

Closed 23inhouse closed 8 months ago

23inhouse commented 8 months ago

What happened?

  1. Went to: https://docs.tuist.io/tutorials/tuist/create-project/
  2. Tried to generate a project.
  3. Got an error at the first tuist command.

How do we reproduce it?

Go to: https://docs.tuist.io/tutorials/tuist/create-project/ Followed instructions:

  1. mkdir MyApp - Worked!
  2. cd MyApp - Worked!
  3. tuist init --platform ios - FAILED!

Error log

Could not find template default. Make sure it exists at Tuist/Templates/default Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose

macOS version

14.3

Tuist version

3.39.3

Xcode version

15.2

fortmarek commented 8 months ago

Hey @23inhouse 👋

The tutorial is tailored only for the latest tuist version (v4.0.0 and higher). I'd recommend updating the tuist version 🙏

Let us know if you run into any other issues with the tutorial.

Shuhrat97 commented 7 months ago

macOS version 14.0

Tuist version 4.2.0

Xcode version 15.1 ![Uploading Screenshot 2024-02-29 at 18.26.12.png…]()

OmarJalil commented 7 months ago

Happened to me too, using tuist 4.6.0, Xcode 15.3

wangzhizhou commented 5 months ago

Happened to me too, using tuist 4.6.0, Xcode 15.3

Me Too.

Xcode 15.2 Tuist 4.12.0 MacOS 14.4.1

image

im4xpro commented 5 months ago

Same problem here: Xcode 15.3, Tuist 4.14 (installed via Homebrew), macOS 14.4 -> tuist init --platform ios Could not find template default. Make sure it exists at Tuist/Templates/default Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose

pepicrft commented 5 months ago

This PR should fix it https://github.com/tuist/tuist/pull/6309