Swift编译错误FileBrowser,swift 2.3

时间:2016-10-18 14:23:54

标签: swift xcode swift2 cocoapods

我正在尝试调试我的测试版,它在iOS 10,Swift 3之前工作得非常好。我看不到结束。

我无法建立它。我的应用程序是在Swift 2.3(Xcode 8)中 我对Library FileBrowser版本0.1.4

有错误

我添加了Podfile

onChange(value,e) {
  let oldState = this.state.nested.nestedAgain;
  let newState = this.state.nested.nestedAgain;
  newState[value] = e.target.value;

  this.setState({oldState: newState})
}

但是我仍然遇到库FileBrowser的编译错误 错误:

  

previewItemURL'的类型与协议'QLPreviewItem'PreviewManager.swift

所需的选项不同

1 个答案:

答案 0 :(得分:0)

库FileBrowser不支持Swift 2.3只有swift 3。  两种选择: - 更改用于浏览文件的库 - 将所有项目切换到swift 3