-1

After I installed swiftlint, I used the terminal to print the swiftlint information. When I printed the version number, it was correct. However, when I printed the rules, this problem occurred.

pic

mac: MacBook Pro(M1 chip) swift: 5.x Xcode:13.2

Darshan
  • 431
  • 4
  • 12
HR Jackson
  • 11
  • 5

2 Answers2

1

Probably the problem is connected with your version of swiftlint. It's 0.17.0 and the current version is 0.46.3.

Try to update it to a newer version?.

jLaszczewski
  • 99
  • 1
  • 6
-1

Open Xcode -> Open Preferences -> Check if the Command Line Tools is selected.

enter image description here

Darshan
  • 431
  • 4
  • 12