Jump to content

Theos Error


Go to solution Solved by Rook,

7 posts in this topic

Recommended Posts

Posted (edited)

Hello guys i keep coming across errors in threos I'm currently on iPhone 5s 9.3.3 the


errors i keep coming across are below this I have sorted many errors out but these


are the ones i keep getting stuck on


 


Errors :


Jacks-iPhone:/User/bc3d root# make package


/User/bc3d/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/User/bc3d/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak BC3D...

make[2]: Nothing to be done for `internal-library-compile'.

Making stage for tweak BC3D...

make: *** [internal-package] Error 2

Jacks-iPhone:/User/bc3d root#

 

 


If anybody could help me put with this error i will really appreciate


Updated by Jackoo
Posted

Is that alright?

You need to enter the "make package messages=yes" command and paste the output here.

Posted

You need to enter the "make package messages=yes" command and paste the output here.

 
Here are the output
 
Jacks-iPhone:/User/bc3d root# make package messages=yes
/User/bc3d/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/User/bc3d/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak BC3D...
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=BC3D _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
rm -rf "/private/var/mobile/bc3d/_"
/User/bc3d/theos/bin/fakeroot.sh -p "/private/var/mobile/bc3d/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/bc3d/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/bc3d/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak BC3D...
mkdir -p "/private/var/mobile/bc3d/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/BC3D.dylib "/private/var/mobile/bc3d/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f BC3D.plist ]; then cp BC3D.plist "/private/var/mobile/bc3d/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/private/var/mobile/bc3d/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/bc3d/control" > "/private/var/mobile/bc3d/_/DEBIAN/control"
echo "Version: 0.0.1-6" >> "/private/var/mobile/bc3d/_/DEBIAN/control"
echo "Installed-Size: 16" >> "/private/var/mobile/bc3d/_/DEBIAN/control"
COPYFILE_DISABLE=1 /User/bc3d/theos/bin/fakeroot.sh -p "/private/var/mobile/bc3d/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/bc3d/_" "./Block Craft 3D_0.0.1-6_iphoneos-arm.deb"
dpkg-deb: --build takes at most two arguments
 
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.
make: *** [internal-package] Error 2
  • Solution
Posted

You need to not use spaces on your project name. That's the reason for the error.

 

You can edit your current project and edit the name to remove spaces but I would suggest starting a new project.

Posted (edited)

 

You need to not use spaces on your project name. That's the reason for the error.

 

You can edit your current project and edit the name to remove spaces but I would suggest starting a new project.

 

Thank you so much its worked I give you rep

Updated by Jackoo

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