Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Welcome
  2. ^ go to the tutorial section, that's what I did. You'll learn things one by one.
  3. how ? app crashed when I usedLocalIAPStore.
  4. In the control file when compiling a hack, what's the difference between ARCHS = armv7 arm64 and ARCHS = armv7 arm64 armv7s
  5. Don't need it but goodluck to everyone
  6. I wish I could help but I have no idea what's the problem. Sorry
  7. This should be moved to help and support
  8. What happens if you delete it?
  9. Yeah, that what the ARCHS = armv7 arm64 armv7s does
  10. 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"
  11. Did you put a space between ARCHS = armv7 arm64 <---space export TARGET = iphone If you did then idk
  12. Yeah just copy what I wrote
  13. 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
  14. Show me your makefile 'file
  15. Have you tried using flex? If yes does it work with flex?
  16. So I recently changed my name from TOZ to Crypto and I was wondering what username you guys like more @Joka = loser
  17. Btw, not sure if this helps but I'm using iphoneOS9.2.sdk , took the file from there.
  18. https://www.dropbox.com/s/npr62qqcq6121p9/libsystem_kernel.tbd?dl=0 removing it in 24h You can mark this topic as 'answered'
  19. 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 )
  20. What does your control file look like? What does your control file look like?
×
  • 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