Archs: nodename nor servname provided, or not known

Making all for tweak First…
make[2]: Nothing to be done for `internal-library-compile’.
Making stage for tweak First…
dpkg-deb: building package ‘com.chengyi.first’ in ‘./packages/com.chengyi.first_0.0.1-10+debug_iphoneos-arm.deb’.
==> Installing…
archs: nodename nor servname provided, or not known
make: *** [internal-install] Error 255

编译、打包都通过了 生成了deb文件
上传的时候错误

越狱手机上安装了openssh
MakeFile填了ip地址 如下

THEOS_DEVICE_IP = 192.168.199.181
ARCHS = armv7 arm64
TARGET = iphone:latest:8.0

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = First
First_FILES = Tweak.xm
First_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
install.exec “killall -9 SpringBoard”

哥们解决了吗? 我也遇到了这个问题