Jump to content

7 posts in this topic

Recommended Posts

Posted (edited)

So after all the struggles these past 2 days almost, I thought i finally got somewhere thanks to many users here. Thank you again. Now when I finally think I'm onto something to finally start LEARNING something more sophisticated. I run into more errors compiling my app. I assume my theos is installed incorrectly? I really hope that isn't the cause seeing i had quite the struggle to get that work work properly lol.

Any idea what is going on here? Por favor. Gracias m8's.

 

AQrh9hW.jpg

Updated by Tgod1991
Posted (edited)
19 hours ago, Diversityy said:

Do you have all the headers? :)

I was just follow a basic tut to be sure everything was set up correct. So yes I believe so. Hmmm.

14 hours ago, i0s_tweak3r said:

Can u post ur makefile?

Here it is. https://www.dropbox.com/s/5xjmuu964yew88f/Makefile?dl=0

6 hours ago, Zimon said:

https://www.dropbox.com/s/5xjmuu964yew88f/Makefile?dl=0

 

 

Different error now? with Tweak or application. Im starting to think something is not set up properly..? Grrr Frustrating. lol However now in the /var/mobile/hello there is the obj folder now even with the error. I'm confusing myself here I think. Lol

 

EDIT: Got the application to work and appear on homescreen. Now to test the tweak again. 

 

EDIT2: Pretty sure I got everything working as of right now, thank you all.

elJb0G0.jpg

Updated by Tgod1991
SOLVED
Posted
5 hours ago, Tgod1991 said:

I was just follow a basic tut to be sure everything was set up correct. So yes I believe so. Hmmm.

Here it is. https://www.dropbox.com/s/5xjmuu964yew88f/Makefile?dl=0

https://www.dropbox.com/s/5xjmuu964yew88f/Makefile?dl=0

 

 

Different error now? with Tweak or application. Im starting to think something is not set up properly..? Grrr Frustrating. lol However now in the /var/mobile/hello there is the obj folder now even with the error. I'm confusing myself here I think. Lol

 

EDIT: Got the application to work and appear on homescreen. Now to test the tweak again. 

 

EDIT2: Pretty sure I got everything working as of right now, thank you all.

elJb0G0.jpg

Setting up theos can be a b!tch doing it for the first time. Glad u got it sorted.

Just looking at ur makefile you might want to target which iOS versions and  ARCHS you want to support, depending on what ur tweak or app does.  

For instance you could add the lines:

ARCHS = armv7 armv7s arm64
TARGET = iphone:clang:9.0:5.1

That would mean my tweak is using iOS 9.0 SDK to compile (what I have installed in my theos SDK's folder), and should work on all devices iOS 5.1 or higher. There's other ways of doing it as well. And other things helpful to add to makefiles.  Looks like u got the basics covered tho.

  • Informative 1
Posted
On 9/5/2017 at 9:14 PM, i0s_tweak3r said:

Setting up theos can be a b!tch doing it for the first time. Glad u got it sorted.

Just looking at ur makefile you might want to target which iOS versions and  ARCHS you want to support, depending on what ur tweak or app does.  

For instance you could add the lines:

ARCHS = armv7 armv7s arm64
TARGET = iphone:clang:9.0:5.1

That would mean my tweak is using iOS 9.0 SDK to compile (what I have installed in my theos SDK's folder), and should work on all devices iOS 5.1 or higher. There's other ways of doing it as well. And other things helpful to add to makefiles.  Looks like u got the basics covered tho.

Thank you m8. The target I wasn't sure about but have a little better idea now. I will use what you have shared for the time being for some practice. ????

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