Swiftyjson: XCode 8.1 + Carthage = compiled module mismatch

Created on 25 Oct 2016  路  4Comments  路  Source: SwiftyJSON/SwiftyJSON

I just updated to XCode 8.1. to test my application's functionality on iOS 10.1, and ran into an issue.

The error I get is: "Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1."

And it points to the SwiftyJSON binary installed via Carthage.

Most helpful comment

Worked with --no-use-binaries. Thanks.

All 4 comments

+1

Can you try skip prebuilt binary?
I believe it's --skip-prebuilt-binary

Worked with --no-use-binaries. Thanks.

Closing as duplicate of https://github.com/SwiftyJSON/SwiftyJSON/issues/716 which has a more extensive comment thread. Let's track the issue there. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crickabhi picture crickabhi  路  4Comments

donadley picture donadley  路  4Comments

MrLoveQD picture MrLoveQD  路  5Comments

richburdon picture richburdon  路  3Comments

otaran picture otaran  路  7Comments