我已经安装了吊舱并更新了我的吊舱只是为了安全但是我打赌没有这样的模块' 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.
}
}
答案 0 :(得分:0)
我安装了pod。它工作正常。我也导入了我的Xcode 9.2& Swift 4.确保在pod文件中安装了正确的pod。 检查GitHub链接
答案 1 :(得分:0)
尝试建设。来自CocoaPods的模块在第一次构建之后才会被Xcode识别。