Make package install 错误 archs: nodename nor servname provided, or not known

首先我确定 ssh没问题
Makefile的内容如下

THEOS_DEVICE_IP = 169.254.199.148
ARCHS = armv7 arm64
TARGET = iphone:latest:8.0
include $(THEOS)/makefiles/common.mk
APPLICATION_NAME = iOSRETargetApp
iOSRETargetApp_FILES = main.m UHAppDelegate.m UHRootViewController.mm
iOSRETargetApp_FRAMEWORKS = UIKit CoreGraphics
include $(THEOS_MAKE_PATH)/application.mk
after-install::
install.exec “su mobile -c uicache”

然后直接上报错信息

DanieldeiMac:iosregreetings Daniel$ make package install

Making all for tweak iOSREGreetings…
make[2]: Nothing to be done for internal-library-compile'. Making stage for tweak iOSREGreetings… dm.pl: building package com.iosre.iosregreetings:iphoneos-arm’ in `./packages/com.iosre.iosregreetings_0.0.1-7+debug_iphoneos-arm.deb’
==> Installing…
archs: nodename nor servname provided, or not known

ps 手机机型 5c 系统8.2

已经解决谢谢 是因为文本编辑器的原因

你的意思不能用文本编辑器写东西?? 符号会出错???

你是怎么处理的?

那也没有报错啊