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

generator does not implement Method::initializers #4

Closed johnrickman closed 8 years ago

johnrickman commented 8 years ago

I'm getting this when running make setup..any idea what causes this? Thinking it can't find theos.

==> Cleaning…

Making all for tweak simject… ==> Preprocessing simject.xm… simject.xm: error: generator does not implement Method::initializers make[3]: * [/Users/john/simject/.theos/obj/iphone_simulator/x86_64/simject.xm.793f0766.o] Error 2 make[2]: * [/Users/john/simject/.theos/obj/iphone_simulator/x8664/simject.dylib] Error 2 make[1]: *\ [internal-library-all] Error 2 make: *\ [simject.all.tweak.variables] Error 2

akemin-dayo commented 8 years ago

You need to run make update-theos first. You're using an old Theos install where the "internal" generator was still broken.

johnrickman commented 8 years ago

Thanks that worked!