Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Trouble Shooting in Swift 4 #105

Open
joaoduartemariucio opened this issue Apr 13, 2018 · 1 comment
Open

Trouble Shooting in Swift 4 #105

joaoduartemariucio opened this issue Apr 13, 2018 · 1 comment

Comments

@joaoduartemariucio
Copy link

I'm having problems running the framework in Swift 4 the project simply stops running when it comes to checking the framework SwiftMoment I'm in the latest version of Swift 4 and Xcode. If I'm not mistaken in this last update, the class set that started with NS was untouched.
Xcode basically complains about all Swift class that starts with NS it complains.

@lluisgerard
Copy link

I was having a similar issue with Swift 4.1 and my Cartfile looked like this:

github "akosma/SwiftMoment" == 0.7

And solved it by changing it to:

github "akosma/SwiftMoment" "master"

I could see that the issue was related to swiftlint. Leaving it here so maybe it can work for others as well.

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