刚买的macbook pro,用命令行运行tweak文件报错
接着: make package messages=yes
打印信息是
MacBook-Pro:checkimessagetweak lee-mac$ make package messages=yes
Making all for tweak checkiMessageTweak…
set -o pipefail; (/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=checkiMessageTweak THEOS_CURRENT_OPERATION=compile
THEOS_BUILD_DIR=“.” THEOS_MAKE_PARALLEL=yes)
make[2]: Nothing to be done for `internal-library-compile’.
set -o pipefail; (rm -rf "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/")
set -o pipefail; (/opt/theos/bin/fakeroot.sh -p “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/fakeroot” -c)
set -o pipefail; (mkdir -p "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/")
set -o pipefail; ([ -d layout ] && rsync -a “layout/” "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/" --exclude “DEBIAN” --exclude “MTN" --exclude “.git” --exclude “.svn” --exclude “.DS_Store” --exclude ".*” || true)
Making stage for tweak checkiMessageTweak…
set -o pipefail; (mkdir -p “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//Library/MobileSubstrate/DynamicLibraries/")
set -o pipefail; (cp /Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/obj/debug/checkiMessageTweak.dylib "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//Library/MobileSubstrate/DynamicLibraries/”)
set -o pipefail; (if [[ ! -f “checkiMessageTweak.plist” && ! -f “layout//Library/MobileSubstrate/DynamicLibraries/checkiMessageTweak.plist” ]]; then
printf “\e[0;31m==> \e[1;31mError:\e[m %s\n” “You are missing a filter property list. Make sure it’s named checkiMessageTweak.plist. Refer to http://iphonedevwiki.net/index.php/Cydia_Substrate#MobileLoader.” >&2;
exit 1;
elif [[ -f “checkiMessageTweak.plist” ]]; then
cp checkiMessageTweak.plist “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//Library/MobileSubstrate/DynamicLibraries/";
fi)
set -o pipefail; (mkdir -p "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//DEBIAN”)
du: illegal option – -
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file …]
set -o pipefail; (sed -e ‘/[1]ersion:/d’ “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/control” > “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//DEBIAN/control")
set -o pipefail; (echo “Version: 0.0.1-50+debug” >> "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//DEBIAN/control”)
set -o pipefail; (echo "Installed-Size: " >> “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos//DEBIAN/control")
set -o pipefail; (COPYFILE_DISABLE=1 /opt/theos/bin/fakeroot.sh -p “/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/fakeroot” -r dpkg-deb -Zgzip -b "/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/” “./packages/com.yourcompany.checkimessagetweak_0.0.1-50+debug_iphoneos-arm.deb” )
dpkg-deb: error: parsing file ‘/Users/lee-mac/Desktop/iOS逆向/CheckiMessageReproject/checkimessagetweak/.theos/_/DEBIAN/control’ near line 9 package ‘com.yourcompany.checkimessagetweak:iphoneos-arm’:
end of file before value of field ‘Installed-Size’ (missing final newline)
make: *** [internal-package] Error 2
求大神指点,不胜感激
Vv ↩︎