akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Issue when running "make setup" #56

Closed GuyInHiding closed 3 years ago

GuyInHiding commented 4 years ago

When I run make setup it tells me I don't have any SDKs, but I have on for iOS 13.2 and one from the simulator

0x41c commented 4 years ago

same here. I have had that error for half a year now with no progress

qwertyuiop1379 commented 3 years ago

Make sure xcode-select -p outputs the correct location of your SDKs. If it doesn't, set it with xcode-select -s <location>

PoomSmart commented 3 years ago

@qwertyuiop1379's advice is correct.