bannzai / SpreadsheetView

Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
MIT License
3.52k stars 458 forks source link

Incompatible Swift version - framework was built with 3.1 #243

Closed panncherry closed 4 years ago

panncherry commented 4 years ago

Expected Behavior

*** Downloading SpreadsheetView.framework binary at "v0.8.4"

Actual Behavior

*** Skipped installing SpreadsheetView.framework binary due to the error: "Incompatible Swift version - framework was built with 3.1 (swiftlang-802.0.53 clang-802.0.42) and the local version is 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)."

Steps to Reproduce the Problem

  1. Download SpreadsheetView via Carthage
  2. Configure input-output file path in build phase setting

Specifications

bannzai commented 4 years ago

I fixed about swift version problem that SpreadsheetView supported swift 5. I will release it and I close this PR. Thank you your contributions 👍

https://github.com/bannzai/SpreadsheetView/pull/256