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

iostream file not found #32

Closed Devsignerz closed 6 years ago

Devsignerz commented 6 years ago

well, here's what i get when i run make setup command: `respring_simulator.mm:6:10: fatal error: 'iostream' file not found

include `

PoomSmart commented 6 years ago

Rather a problem with your compiler header, not simject itself. Try installing Xcode Command Line Tools in case you haven't.