我自己写的插件(tweak+app打包成一个deb安装),在ios7.1.1的系统上能安装也能现实app图标,但最近在ios8越狱上,能正常安装。但是重启不显示图标。,这是为什么?
在编写插件的时候,我还是使用的xcode5.1 后来升级成6.1了,请看下面Makefile
THEOS_DEVICE_IP = 192.168.1.107
include theos/makefiles/common.mk
SDKVERSION=8.1
ARCHS= armv7 armv7s arm64
TARGET = iphone:8.1
TWEAK_NAME = xxxxxxxxxx
locationgood_FILES = Tweak.xm
Locationgood_FRAMEWORKS= UIKIT CoreLocation
include $(THEOS_MAKE_PATH)/tweak.mk