tuist / tuist

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

Tuist fails to generate #6396

Closed kylebrowning closed 4 months ago

kylebrowning commented 4 months ago

What happened?

Im not sure how I got in this state but I cannot get Tuist to generate my project anymore. Im trying to use SPM with .external(name:) tuist edit does work

If I remove the recomended way of installing Swift packages via tuist, the problem goes away and I can generate

I have cleared cache, deleted derived data, and restarted Xcode

How do we reproduce it?

I don't have any repro steps atm.

Error log

➜  ios git:(kb/project-cleanup) ✗ tuist generate               
Loading and constructing the graph
It might take a while if the cache is empty
Couldn't find xcframework at /Users/kylebrowning/Developer/temp/Tuist/.build/artifacts/recaptcha-enterprise-mobile-sdk/RecaptchaEnterprise/RecaptchaEnterprise.xcframework
Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose

macOS version

14.5

Tuist version

4.0.0

Xcode version

15.4

kylebrowning commented 4 months ago

Figured it out, deleted the .build folder