ReactKit / SwiftState

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

Use arc4random_uniform() across platforms #55

Closed georgemp closed 7 years ago

georgemp commented 7 years ago

With Xcode 8.1, compilation fails on watchOS and tvOS targets, as random() is no longer available. This in turn causes Carthage builds to fail (as it tries to build the watchOS and tvOS targets as well).

inamiy commented 7 years ago

Thanks!