ReactKit / SwiftState

Elegant state machine for Swift.
MIT License
903 stars 93 forks source link

Version 4.1.0 - doesnt compile #66

Open freeubi opened 6 years ago

freeubi commented 6 years ago

I'm using Xcode 9.4, and the v4.1.0 on cocoa pod doesn't compile. Could you fix it?

ajandrade commented 6 years ago

The version from CocoaPods is not updated. It will work if you point to GitHub instead. Try this: pod 'SwiftState', :git => 'https://github.com/ReactKit/SwiftState', :submodules => true I hope this helps.

freeubi commented 6 years ago

Thanks, I can build it - I will test it more on the weekend.

juliengdt commented 5 years ago

@ajandrade thanks but I can't figure out why submodules tag is need when no submodules spec is tagged in Podspec