Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tuist generate fails with Xcode 13

Tags:

xcode

swift

tuist

After updating Xcode to 13.0, I get an error when trying to run the command:
tuist generate

The error:
The 'swiftc' command exited with error code 1 and message:
error: link command failed with exit code 1 (use -v to see invocation)
ld: framework not found ProjectDescription

This command was working before the update.
I tried updating tuist to the latest version, 1.50, but that doesn't work

like image 530
Shaked Sayag Avatar asked Sep 02 '25 15:09

Shaked Sayag


1 Answers

tuist update solves the problem

like image 191
SangJin Han Avatar answered Sep 05 '25 09:09

SangJin Han