workflow-swift icon indicating copy to clipboard operation
workflow-swift copied to clipboard

[WIP] Use Observation in WorkflowSwiftUI

Open square-tomb opened this issue 2 years ago • 0 comments

An experimental adaptation of TCA's Observation beta for Workflow.

Development

Since CocoaPods doesn't support SPM package dependencies, you need to manually add package dependencies to Development.xcodeproj after each pod gen.

We currently depend on commit acfbab4290adda4e47026d059db36361958d495c from the observation-beta branch of swift-composable-architecture.

image

For some reason this manually-added dependency works only in sample app targets. In framework targets, import statements yield an error llike:

No such module 'ComposableArchitecture'

square-tomb avatar Dec 20 '23 19:12 square-tomb