Just wondering if you guys had any plans to include the binary framework files again in the release
Thanks @Mackarous for asking the important question馃槂
I think it's good to include the binary framework after problems of prebuilt frameworks are solved.
One is ABI stability. Currently we have to rebuild the attached framework to a release when a new version of Swift/Xcode are released. We don't have resource to handle the job.
The other problem is this about debugging:
https://github.com/Carthage/Carthage#dwarfs-symbol-problem
@yoichitgy Interesting, I wasn't aware of the debugging issues with Carthage.
Thanks for the update!