没有这样的模块'CropViewController'

时间:2017-01-23 03:22:52

标签: swift carthage

macOS Sierra 10.12.2
Xcode 8.2.1
Swift 3.0.2

  • 创建一个新项目创建Cartfile并编写github “sprint84 / PhotoCropEditor”〜> 1.2
  • carthage update --platform iOS
  • 打开 project在ViewController.swift中,编写import CropViewController

  • 按照迦太基的说明

    • 添加PhotoCropEditor.framework 链接的框架和库
    • 在Build Phases中添加脚本
    • 添加 PhotoCropEditor.framework的路径

在上述情况下,导入CropViewController失败,因为没有这样的模块'CropViewController'。

我试图再次创建一个新项目,然后我可以用Carthage安装和构建Alamofire。

此库是否需要任何其他说明? 任何信息,将不胜感激。

0 个答案:

没有答案