0
나는이 오류 얻을완벽한 템플릿
var values: MustacheEvaluationContext.MapType
func extendValuesForResponse(context contxt: MustacheWebEvaluationContext, collector: MustacheEvaluationOutputCollector) {
contxt.extendValues(with: values)
do {
try contxt.requestCompleted(withCollector: collector)
} catch {
let response = contxt.webResponse
response.appendBody(string: "\(error)")
.completed(status: .internalServerError)
}
}
와 스위프트 패키지 Mannager를 사용하여 완벽한 템플릿 프레임 워크와 빠른에서이 코드를 실행 해요 : fileError (2, "해당 파일이나 디렉토리/홈/우분투/PerfectTemplate /build/checkouts/PerfectLib.git--5188670293928734099/Sources/PerfectLib/File.swift open (_ : permissions :) 246 ")
덕분에 이동 있는지 확인하십시오, 나는 잘못된 경로에 폴더를 찾고 있었다 –