Dark-AleX:firsttweak Dark_AleX$ make package messages=yes
/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak firsttweak…
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory --no-keep-going
internal-library-compile
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=firsttweak _THEOS_CURRENT_OPERATION=compile
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for internal-library-compile'. rm -rf "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_" /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/fakeroot.sh -p "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/.theos/fakeroot" -c mkdir -p "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_" [ -d layout ] && rsync -a "layout/" "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak firsttweak... mkdir -p "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/firsttweak.dylib "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f firsttweak.plist ]; then cp firsttweak.plist "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/Library/MobileSubstrate/DynamicLibraries/"; fi mkdir -p "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/control" > "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/DEBIAN/control" echo "Version: 0.0.1-1" >> "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/DEBIAN/control" echo "Installed-Size: 16" >> "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_/DEBIAN/control" COPYFILE_DISABLE=1 /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/fakeroot.sh -p "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/.theos/fakeroot" -r dpkg-deb -b "/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/_" "./com.darkalex.firsttweak_0.0.1-1_iphoneos-arm.deb" /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 1: .": command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 2: .": command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 3: .": command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 4: .": command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 5: .de: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 6: .br: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 7: .if: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 8: .ne: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 9: .PP: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 10: fB\-bfR: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 11: .PP: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 12: ..: command not found /Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 13: syntax error near unexpected token
(’
/Users/Dark_AleX/Desktop/iOSReverse/FirstTweak/firsttweak/theos/bin/dpkg-deb: line 13: `.de Sp " Vertical space (when we can’t use .PP)’
make: *** [internal-package] Error 2
你的dpkg-deb有问题,是从哪里下载的?