ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

build swiftcharts headers first #425

Open dabear opened 2 years ago

dabear commented 2 years ago

Context For this change: When LoopKit/Loop is built as workspace ( see https://github.com/LoopKit/LoopWorkspace) with xcode 13.3+build order set to "automatic" rather than "manual" we get a cycle problem related to swiftcharts (which is a dependency to Loop). This fixes that problem by building the headers first

Let me know if I need to undo the xcscheme changes before merging. (Those edits were automatically created by xcode)

Link to discussion of this issue: https://loop.zulipchat.com/#narrow/stream/209438-Build-Issues/topic/Dev.20Workspace.20Build.20Issue.20with.20new.20SPM.20package/near/275352863

dabear commented 2 years ago

@ivanschuetz ready for review! :)