Jump to content

Error Packaging


Go to solution Solved by Rook,

19 posts in this topic

Recommended Posts

Posted

I never had this problem before...

image.jpg

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
Posted

 

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

That is needed yes but that's not why the error is being generated. :)

Posted (edited)

That is needed yes but that's not why the error is being generated. :)

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.

Updated by KingRalph
Posted

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.

What about the "Make: *** [internal-package] error 2"? :p

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