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

Can't compile tweak with x86_64, compiling with arm64 doesn't load into simject #46

Closed jacc closed 5 years ago

jacc commented 5 years ago

Same error as #35 again. Any help?

jacc commented 5 years ago

cc @PoomSmart @angelXwind

Skittyblock commented 5 years ago

I had the same issue, but I just solved it. Apparently ~/.theosrc was defining a target variable that was overriding the target in my Makefile, but removing that line fixed it.