Jump to content

6 posts in this topic

Recommended Posts

Posted

Try searching that error. It's been asked before. :)

Posted

I have and the solution did not work here

 

Undefined platform

If you get this message:

 

theos/makefiles/common.mk:103: *** You did not specify a target, and the "" platform does not define a default target. Stop.

or this one:

 

theos/makefiles/common.mk:115: *** The "iphone" target is not supported on the "" platform. Stop.

It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:

 

sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk

sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}

Posted

I have and the solution did not work here

Undefined platform

If you get this message:

theos/makefiles/common.mk:103: *** You did not specify a target, and the "" platform does not define a default target. Stop.

or this one:

theos/makefiles/common.mk:115: *** The "iphone" target is not supported on the "" platform. Stop.

It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:

sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk

sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}

Which theos tutorial did you follow?

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