Jump to content

 Something great is coming! 🚀

Stay tuned for the big reveal happening here on iOSGods on the 17th of December!

The countdown has finished!

jdcc4723

Senior Member
  • Posts

    204
  • Joined

  • Last visited

Everything posted by jdcc4723

  1. ty so much
  2. Good man
  3. ty man
  4. ty man
  5. when I removed this line no error after-all:: $(ECHO_NOTHING) echo " Moving Dylib..."$(ECHO_END) $(ECHO_NOTHING) mkdir ./dylib/ $(ECHO_END) $(ECHO_NOTHING) cp -v $(THEOS_OBJ_DIR)/01.dylib ./dylib/ $(ECHO_END) $(ECHO_NOTHING)echo " Dylib Moved"$(ECHO_END) but there is no dylib file
  6. I know how to make dylib from my phone and supports IPA and I know how to injecte by install -c load -p "@executable_path/xxxxxxxx.dylib" but my problem I can't make dylib supports IPA from MACBook always got this error : make package Makefile:23: *** missing separator. Stop. I think the problem from my makefile ARCHS = armv7 arm64 GO_EASY_ON_ME=1 THEOS_BUILD_DIR = Packages THEOS_OBJ_DIR_NAME = obj include $(THEOS)/makefiles/common.mk TWEAK_NAME = 01 01_FILES = Tweak.xm $(wildcard *.m) 01_FRAMEWORKS = UIKit 01_LOGOSFLAGS = -c generator=internal 01_INSTALL_PATH = @executable_path 01_USE_SUBSTRATE = false include $(THEOS_MAKE_PATH)/tweak.mk after-all:: $(ECHO_NOTHING) echo " Moving Dylib..."$(ECHO_END) $(ECHO_NOTHING) mkdir ./dylib/ $(ECHO_END) $(ECHO_NOTHING) cp -v $(THEOS_OBJ_DIR)/01.dylib ./dylib/ $(ECHO_END) $(ECHO_NOTHING)echo " Dylib Moved"$(ECHO_END) so can u tell me how to fix it plz ? THANK YOU!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines