没有这样的模块' PerfectLib'

时间:2017-04-21 11:59:50

标签: linux swift rest module perfect

我正在尝试创建REST服务,我正在观看本教程:  https://videos.raywenderlich.com/courses/77-server-side-swift-with-perfect/lessons/1 对于完美的框架,我被卡住了(因为在教程视频时间~2:31),当我编译这段代码时,它说PerfectLib模块不存在,即使我已经按照视频中的每一步并下载了所有文件视频告诉我。我在Linux上工作。

1 个答案:

答案 0 :(得分:3)

确保Package.swift看起来像这样:

dependencies: [
    .Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 2)
]