Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Don't need it but goodluck to everyone
  2. I wish I could help but I have no idea what's the problem. Sorry
  3. This should be moved to help and support
  4. What happens if you delete it?
  5. Yeah, that what the ARCHS = armv7 arm64 armv7s does
  6. Try this export TARGET = iphone ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = NoAdsN3 NoAdsN3_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  7. Did you put a space between ARCHS = armv7 arm64 <---space export TARGET = iphone If you did then idk
  8. Yeah just copy what I wrote
  9. Put this on top of your makefile file ARCHS = armv7 arm64 (With the space) Should look like this Makefile: ARCHS = armv7 arm64 export TARGET = iphone include theos/makefiles/common.mk TWEAK_NAME = NoAdsN3 NoAdsN3_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Edit 1:Delete your current files that you installed, uninstall the .deb that you installed and re-compile after doing this
  10. Show me your makefile 'file
  11. Have you tried using flex? If yes does it work with flex?
  12. So I recently changed my name from TOZ to Crypto and I was wondering what username you guys like more @Joka = loser
  13. Btw, not sure if this helps but I'm using iphoneOS9.2.sdk , took the file from there.
  14. https://www.dropbox.com/s/npr62qqcq6121p9/libsystem_kernel.tbd?dl=0 removing it in 24h You can mark this topic as 'answered'
  15. Not 100% sure but this is what I found. /usr/lib/system/libsystem_m.dylib Or /usr/lib/system/libsystem_kernel.dylib Mine shows .tbd instead of .dylib Edit 1 : ( did some research and found .tbd = .dylib )
  16. What does your control file look like? What does your control file look like?
  17. where is it located?
  18. your gif is killing my eyes D:
×
  • 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