SpreadsheetView icon indicating copy to clipboard operation
SpreadsheetView copied to clipboard

Unable to determine Swift version for the following pods

Open Iammahiiii opened this issue 5 years ago • 5 comments

[##] Expected Behavior Install using cocoapods

Actual Behavior

Not able to install.

[!] Unable to determine Swift version for the following pods:

  • SpreadsheetView does not specify a Swift version and none of the targets (mars) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.

Steps to Reproduce the Problem

  1. Include pod 'SpreadsheetView' to Podfile
  2. pod install

Specifications

  • Xcode version: 10.3
  • iOS version: NA
  • Dependency manager + version: cocoapod 1.7.3

Iammahiiii avatar Sep 16 '19 06:09 Iammahiiii

Is SpreadsheetView compatible with Objective C?

Iammahiiii avatar Sep 16 '19 07:09 Iammahiiii

Is SpreadsheetView compatible with Objective C?

Iammahiiii avatar Sep 16 '19 07:09 Iammahiiii

Also, when installed its not compiling.. has errors.

Iammahiiii avatar Sep 16 '19 08:09 Iammahiiii

Also the SDK is very old. Examples are not compatible with latest Swift versions I think.

Iammahiiii avatar Sep 16 '19 08:09 Iammahiiii

Also the SDK is very old. Examples are not compatible with latest Swift versions I think.

If you're using it with pods, you may go on your pods -> SpreadsheetView ->Build Settings -> Swift Language Version, and set it to "Swift 4" where it's compatible! I'm able to use it with swift 5 Xcode 10.3

saormart avatar Oct 03 '19 14:10 saormart