Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
~/tweakname/theos/Prefix.pch:25:1: error: logos/logos.h: No such file or directory
make[2]: *** [.theos/obj/Tweak.xm.0b922c37.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [TweakName.all.tweak.variables] Error 2
Admins-Mac:ihabrtweak Admin$ make
Making all for tweak iHabrTweak...
Preprocessing Tweak.xm...
Compiling Tweak.xm...
In file included from <command-line>:0:
/Users/Admin/Desktop/prozx/iHabrTweak/ihabrtweak/theos/Prefix.pch:25:1: error: logos/logos.h: No such file or directory
Tweak.xm:1:35: error: SpringBoard/SBAwayView.h: No such file or directory
Tweak.xm:8:25: error: logos/logos.h: No such file or directory
cc1objplus: warnings being treated as errors
Tweak.xm: In function ‘objc_object* _logos_method$_ungrouped$SBAwayView$initWithFrame$(SBAwayView*, objc_selector*, CGRect)’:
Tweak.xm:26: warning: no ‘-middleFrame’ method found
Tweak.xm:26: warning: (Messages without a matching method signature
Tweak.xm:26: warning: will be assumed to return ‘id’ and accept
Tweak.xm:26: warning: ‘...’ as arguments.)
Tweak.xm:26: error: conversion from ‘objc_object*’ to non-scalar type ‘CGRect’ requested
Tweak.xm:33: error: ‘MSHookIvar’ was not declared in this scope
Tweak.xm:33: error: expected primary-expression before ‘*’ token
Tweak.xm:33: error: expected primary-expression before ‘>’ token
Tweak.xm:33: warning: left-hand operand of comma has no effect
make[2]: *** [.theos/obj/Tweak.xm.6f33b365.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [iHabrTweak.all.tweak.variables] Error 2
$ git submodule init
$ git submodule update
Admins-Mac:ihabrtweak Admin$ make
Making all for tweak iHabrTweak...
Preprocessing Tweak.xm...
Compiling Tweak.xm...
Tweak.xm:1:35: error: SpringBoard/SBAwayView.h: No such file or directory
cc1objplus: warnings being treated as errors
Tweak.xm: In function ‘objc_object* _logos_method$_ungrouped$SBAwayView$initWithFrame$(SBAwayView*, objc_selector*, CGRect)’:
Tweak.xm:26: warning: no ‘-middleFrame’ method found
Tweak.xm:26: warning: (Messages without a matching method signature
Tweak.xm:26: warning: will be assumed to return ‘id’ and accept
Tweak.xm:26: warning: ‘...’ as arguments.)
Tweak.xm:26: error: conversion from ‘objc_object*’ to non-scalar type ‘CGRect’ requested
Tweak.xm:33: error: ‘MSHookIvar’ was not declared in this scope
Tweak.xm:33: error: expected primary-expression before ‘*’ token
Tweak.xm:33: error: expected primary-expression before ‘>’ token
Tweak.xm:33: warning: left-hand operand of comma has no effect
make[2]: *** [.theos/obj/Tweak.xm.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [iHabrTweak.all.tweak.variables] Error 2
Admins-Mac:ihabrtweak Admin$
$ cd theos
$ git submodule init
$ git submodule update
export THEOS=/opt/theos
git clone git://git.saurik.com/ldid.git
cd ldid
git submodule update --init
./make.sh
chmod +x ./ldid
cp -f ./ldid $THEOS/bin/ldid
theos: пишем твик для iOS SpringBoard