last login: sat apr 28 14:42:38 on ttys000
nic.pl nicify.pl
nic 1.0 - new instance creator
------------------------------
[2.] iphone/library
[3.] iphone/preference_bundle
[4.] iphone/tool
[5.] iphone/tweak
choose a template (required): 5
project name (required): yueyu
package name [com.yourcompany.yueyu]:
instantiating iphone/tweak in yueyu/...
done.
make: *** [before-all] error 1
password:
compiling iphoneos cydiasubstrate stub... default target? failed, forcing 2.0?
compiling native cydiasubstrate stub...
generating substrate.h header...
****** all for tweak yueyu...
preprocessing tweak.xm...
compiling tweak.xm...
linking tweak yueyu...
stripping yueyu...
signing yueyu...
/bin/sh: ldid: command not found
make[2]: *** [obj/yueyu.dylib] error 127
make[1]: *** [internal-library-all_] error 2
make: *** [yueyu.all.tweak.variables] error 2
****** all for tweak yueyu...
make[2]: nothing to be done for `internal-library-compile'.
rm -rf ./obj
rm: ./obj/.stamp: permission denied
rm: ./obj/tweak.xm.o: permission denied
rm: ./obj/yueyu.dylib: permission denied
rm: ./obj: directory not empty
make: *** [internal-clean] error 1
rm -rf ./obj
****** all for tweak yueyu...
preprocessing tweak.xm...
compiling tweak.xm...
linking tweak yueyu...
stripping yueyu...
signing yueyu...
make[2]: *** [obj/yueyu.dylib] error 126
make[1]: *** [internal-library-all_] error 2
make: *** [yueyu.all.tweak.variables] error 2
rm -rf ./obj
****** all for tweak yueyu...
preprocessing tweak.xm...
compiling tweak.xm...
linking tweak yueyu...
stripping yueyu...
signing yueyu...
Django開發第一步
1 django組成部分筆記 組成部分 含義django admin.py 用於管理任務的命令列工具 manage.py 命令列使用工具,使用者django應用進行各種互動 python manage.py runserver 127.0.0.1 80 啟動專案程式和埠 manage.py crea...
Vive開發第一步
工程檔案改傳到github上了 ps 我已經很久沒用過ue4了,連我自己都是從csdn上下來的,所以工程檔案我也沒更新,還是較老版本的ue4工程檔案 開啟hellovive專案中的vive character藍圖類 建立兩個自定義函式startteleport 和 endteleport 新增lin...
Python Flask 開發第一步 開發環境搭建
第一次接觸用python來開發web。選用框架是flask。照著一步步就搞定了flask的環境了。裡面涉及乙個叫做virtualenv的東西,這是個虛擬環境,我的理解是就像乙個命名空間一樣的東西。由於python的庫多且不相容,所以就用乙個虛擬環境來分隔開來。關於flask的環境搭建,照著文件做即可...