onevcat / FengNiao

A command line tool for cleaning unused resources in Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work no macOS 10.15

erema opened this issue · comments

In terminal I have the message "This copy of libswiftCore.dylib requires an OS version prior to 10.14.4."

Today installed successfully on macOS Catalina (10.15).

I was able to fix this by:

  1. Make sure you have Xcode 11 installed on macOS Calatina
  2. Make sure you're using Xcode 11 command line tools if you have multiple Xcode installed, with (replace by the Xcode 11 path):
    sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
    (you can check with xcode-select -p)

I think it is not a FengNiao related issue so I am closing it.