nathanhosselton / DadKit

The network+model layer for the http://raiddad.com native iOS app: https://apps.apple.com/us/app/raid-dad/id1441280856
13 stars 0 forks source link

Fix Carthage Support #1

Closed b3ll closed 5 years ago

b3ll commented 5 years ago

Frameworks exposed via carthage can't have nested embedded binaries (apparently) as it'll break Xcode archiving. The supposed fix is to just link/embed the nested binaries into the main app whilst allowing the framework to link to the embedded frameworks without embedding ¯_(ツ)_/¯

b3ll commented 5 years ago

Double checked with RaidDad and it integrates properly \o/