Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. I fixed it version 1.0.9.2 - Fixed an error that caused the installation of setuptheos to fail unnecessarily.
  2. That means that the directory does not exist. What line is giving the error?
  3. Tru dat. Also, it's easy to iterate through all indexes an array with a for loop. An if you plan on modifying the string, you're going to have a really tough time doing that.
  4. Good to have you back
  5. You're alive!
  6. No you won't. If you have theos installed, it will allow you to install the sdk, if not, you will have to install theos first Also, please remember to choose the number that corresponds with your choice.
  7. Install the ios 8.1 sdk using this and tell me if you still get the error Also please post your entire tweak.xm and not just the code
  8. Is that all?
  9. Lemme see... ---------EDIT---------- Eww. Just use iBackupbot's built in file manager
  10. Install OSX using vmware. You can get xcode from the mac appstore.
  11. @niro Now that I think about it, if you store multiple strings in an argument, how do you plan on accessing them?
  12. You don't need dev account for Xcode Klepto can't code
  13. I'd be happy to help then!
  14. Post your tweak.xm please
  15. Yes. You would need to make an NSArray to store multiple strings. Then if you need to retrieve data from it, you would use getter methods. You could also retrieve data by enumerating through the array with a 'for' loop
  16. I got a macbook air a few days ago, but I'm not going to do anything without DiDA's approval. @@DiDA
  17. That's just the total number of all the total errors he had.
  18. That is the only error. The 'Nothing to be done for internal-library-compile' message is not an error. It just means there where no modifications to his tweak.xm since the last time he compiled. If he deletes the obj folders in his tweak, he will not have that message. Also, the messages you saw in the log he pasted are not crucial.
  19. Because clang is being forced to generate an armv7 binary. Add this code to the top of your makefile. ARCHS = armv7 arm64 TARGET = iphone:clang:8.1
  20. It worked! Thanks for your help!
×
  • 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