在我的xcode9项目中导入DisplaySwitcher - 无法正常工作

时间:2018-01-07 10:49:12

标签: swift xcode cocoapods xcode9

我已经安装了吊舱并更新了我的吊舱只是为了安全但是我打赌没有这样的模块' DisplaySwitcher'""错误。我是新手,所以这可能是我作为一个菜鸟,但帮助将不胜感激。

import UIKit
import DisplaySwitcher

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
    }

    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }


}

Image 1 image 2

2 个答案:

答案 0 :(得分:0)

我安装了pod。它工作正常。我也导入了我的Xcode 9.2& Swift 4.确保在pod文件中安装了正确的pod。 检查GitHub链接

https://github.com/khawar512/DisplaySwticher

pod安装的图像。 enter image description here

答案 1 :(得分:0)

尝试建设。来自CocoaPods的模块在第一次构建之后才会被Xcode识别。