ExSwift
ExSwift copied to clipboard
Swift 2 update issue
Hi, in NSArray.swift class there's a problem due to swift update. In fact in flatten function says "reflect is unavailable: call the Mirror(reflecting: ) initializer"
Try my fork in #144
Dying here now that Xcode 7 GM is out, even with the #144 fork. Does anyone have any fixes?
I'm using my fork in a production app with hundred of thousands of users. There were 2 methods I didn't fix but I don't use them.
My mistake, I had downloaded the wrong commit. No errors from ExSwift after using your patch. Thank you!
@shovas Might be worth to try something different https://github.com/ankurp/Cent
Is this repo not being maintained?