Pitaya icon indicating copy to clipboard operation
Pitaya copied to clipboard

Unable to use Pitaya's carthage installation with Xcode 8.3

Open speedoholic opened this issue 7 years ago • 0 comments

Getting following compile time error: Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1: .../Carthage/Build/iOS/Pitaya.framework/Modules/Pitaya.swiftmodule/x86_64.swiftmodule

Have tried using the following terminal commands: carthage update --platform iOS --no-use-binaries and Carthage update --platform iOS --no-use-binaries --toolchain com.apple.dt.toolchain.Swift_3_1

Also tried removing derived data and installing the framework again.

Branch: Swift3 Cart file text: github "JohnLui/Pitaya" "swift3" Xcode version: 8.3

Only able to use Pitaya in above scenario, if it is first compiled as a library project and then the framework product is imported as an embedded library.

speedoholic avatar Mar 30 '17 14:03 speedoholic