Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

Carthage #6

Closed TofPlay closed 6 years ago

TofPlay commented 8 years ago

It's will be great to add Carthage support You can follow this tutorial: Making Carthage-compatible Frameworks with Swift

schukin commented 8 years ago

Thanks for the link! We'll be adding Carthage support soon. :)

msanders commented 8 years ago

FWIW, looks like the easiest way to support this for binary-only libraries is by attaching to a GitHub Release.

schukin commented 8 years ago

Thanks @msanders! We're still working on this, however we're hitting some speed bumps w/ Carthage & binary libraries. Our latest issue has been posted here:

https://github.com/Carthage/Carthage/issues/1516

schukin commented 8 years ago

Looks like this is back on us.

To recap: Buglife-iOS is currently shipped as a static ("fake") framework, thus won't work with Carthage. We'll need to make some structural changes in order to ship a true framework; Re-opening this ticket.

danhd123 commented 6 years ago

Hi @msanders and @TofPlay, thanks for your patience. Buglife is now open source, and has Carthage support. Enjoy!