Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Module file was created by a newer version of the compiler #17

Closed
bobanda87 opened this issue Sep 8, 2015 · 1 comment
Closed

Module file was created by a newer version of the compiler #17

bobanda87 opened this issue Sep 8, 2015 · 1 comment

Comments

@bobanda87
Copy link

I am using XCode6.4 and I imported JustHTTP/Just library using Carthage. (*** Downloading Just at "v0.3")

Import worked fine and here is a screenshot of my xcodeproj file enter image description here
screen shot 2015-09-08 at 11 34 37 pm

But on this line:

import Just

I am getting this error

Module file was created by a newer version of the compiler
...../Carthage/Build/iOS/Just.framework/Modules/Just.swiftmodule/x86_64.swiftmodule

Can someone advice? Thanks!

@dduan
Copy link
Owner

dduan commented Sep 8, 2015

The default branch (v0.3) is on Swift 2. So you should ether switch to Xcode 7 or use github "JustHTTP/Just" ~> v0.1 in your Cartfile.

@dduan dduan closed this as completed Sep 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants