Jump to content

Having Trouble With Theos Or Whatever


Go to solution Solved by --Techarmor--,

37 posts in this topic

Recommended Posts

Posted (edited)

Hey Guys, I decided to install Theos on my iPhone and I did everything correctly, I am trying to convert one of my flex 2 tweaks into a .deb file.

 

Here is my issue:

 

GFx-Artist-iPhone:/var/mobile/Projects root# /var/the

os/bin/nic.pl

sh: /var/theos/bin/nic.pl: /usr/bin/perl: bad interpreter: No such file or directory

 

I don't understand why it says "no such file or directory" :/ any help?

 

Here is the path btw:

Mpjebgj.jpg

 

Also, what does "bad interpreter" mean? is that why I'm having this issue?

Updated by Dannyyy
  • Replies 36
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Posted

never mind it's fixed :3

 

Help me out bud :

 

CxsRKzB.jpg

Try This:

%hook Ball

-(int)stars{
return 999999;
}

-(void)setStars:(int)argument{
argument = 999999;
}

-(BOOL)shouldEndGame{
return false;
}

-(void)setShouldEndGame:(BOOL)argument{
argument = false;
}

%end

Now what we did is Add argument.

Im sure you have found the difference

Posted

never mind it's fixed :3

also i want to tell you something will help you out

if you see in your error:

 

Tweak.xm:13: error: fell off........when we found a '}'

Tweak.xm:13

mean the error is in the Tweak.xm file in the line 13

and when we found a '}'

this is the error the terminal found } in a wrong place :D

Posted

also i want to tell you something will help you out

if you see in your error:

Tweak.xm:13: error: fell off........when we found a '}'

Tweak.xm:13

mean the error is in the Tweak.xm file in the line 13

and when we found a '}'

this is the error the terminal found } in a wrong place :D

He made a wrong argument :3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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