-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift dependency visualizer not working #68
Comments
I think it needs an older version of Xcode (if I remember correctly one year ago I managed to work with this tool) - I installed Xcode 12.0 but then it said that on my OS it cannot run (macOS 12.2.1). I cannot downgrade, so if anyone want to try it out, I would be grateful 🙏 |
Are there any plans for updating the project for Xcode 13.1 version availability? |
I managed to use Xcode 12.0 on macOS 12.2.1 (with this solution), and it worked so indeed the problem was that the Xcode 13.x is too new. (Then I just have to figure it out how to upgrade (downgrade?) my huge project to that Xcode 12.0 can build it.) |
A (partial?) solution came sooner than I expected 🎉 with this type of command we can use a little workaround since it seems to me that this project is no more under maintenance.
I will have to check how correct the results are, but for me (and for my use case) it seems legit. |
Using Xcode 15.4, I can can confirm for my own project this command worked:
Thanks @stateman92 |
Xcode 13.1
![Screen Shot 2021-12-29 at 12 34 41 AM](https://user-images.githubusercontent.com/23113888/147630510-20a940d9-bd79-41c9-b831-b5b3082cd6d9.png)
Here is the result after running the line:
First of all, it's a large project, it should be way more than 5 "directories".
Second of all,
index.html
is empty.Please help.
The text was updated successfully, but these errors were encountered: