Jump to content

Astronaut

Senior Member
  • Posts

    163
  • Joined

  • Last visited

Everything posted by Astronaut

  1. just saw it
  2. You can't "buy" coins for free. Does not work on server sided games.
  3. I had the 3.0.5-3 version and the newer one is 3.1.1. I had to downgrade because it is not working for me. :c
  4. I downgraded rsync and fixed the problem.
  5. Yes , i just reinstalled it. I recently updated rsync because I had an old version and that's when the error started to happen. Edit: I reinstalled it but get the same error
  6. Hi, I haven't gotten any errors so far but then this happened. Error: Copying resource directories into the bundle wrapper... /bin/sh: line 1: 2400 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" make[1]: *** [shared-instance-bundle-all] Error 137 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root# make package messages=yes: Making all for bundle test... mkdir -p "obj/test.bundle/" mkdir -p "obj/test.bundle/" mkdir -p "obj/test.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done /bin/sh: line 1: 2495 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" make[1]: *** [shared-instance-bundle-all] Error 137 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root# Any help is appreciated.
  7. The link is not broken. Make sure you have iFile installed.
  8. I've updated it. Nothing major just fixing up some text errors.
  9. G Tool (Gameloft AdBlocker Tool) Requirements: iOS 8+ iFile or Filza PreferenceLoader Feature: Blocks all ads on selected Gameloft games Screenshot: Compatible Gameloft Games: Asphalt 8 Blitz Brigade Brothers in Arms 3 Gangstar IV (4) Minion Rush Modern Combat 5 NOVA 3: Freedom Edition Six-Guns: Gang Showdown Uno & Friends Download and Install: [Hidden Content]
  10. I am guessing "armv7s" is not needed so it would be ARCHS = armv7 arm64
  11. yes I did. Fixed it. Thanks !
  12. So it worked? never mind it did work. glad I could help
  13. Okay so I've installed the headers but now I am getting this error. Am I still missing headers? Compiling test.mm... Linking bundle test... ld: warning: directory not found for option '-F/var/mobile/test/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/test.bundle/test.64873355.unsigned] Error 1 make[1]: *** [internal-bundle-all_] Error 2 make: *** [test.all.bundle.variables] Error 2 iPhone-7:/var/mobile/test root#
  14. So searched and I found out that I am missing header like you said. Also, I'm supposed to download headers from rpetrich github but when I went there, it said:THIS HEADER PACK IS NOW DEPRECATED I have no clue on what to do but will keep on searching. Never mind found them. thanks!
  15. When I try to compile the preference bundle I get this error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h> Not sure what to do. Please help?
  16. I had the same issue. I added this to the top of my Makefile and it did the trick. ARCHS = armv7 arm64 armv7s
  17. Try this?:https://iosgods.com/topic/13502-hellotalk-banned-how-to-get-unbanned/
×
  • 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