pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.29k stars 1.43k forks source link

Doesn't work on Xcode 11.4.1 #27

Closed formacion-tyris closed 4 years ago

formacion-tyris commented 4 years ago

I tried to use it, and if I build and run it all works, but SwiftUI previews are broken:

`warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'ComposableArchitecture' from project 'swift-composable-architecture') warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'ComposableArchitecture' from project 'swift-composable-architecture') warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'ComposableArchitecture' from project 'swift-composable-architecture')

:0: error: unable to execute command: Abort trap: 6 :0: error: compile command failed due to signal 6 (use -v to see invocation)` I'm not sure if it's not prepared for this version or if it's some local config.
stephencelis commented 4 years ago

@formacion-tyris Can you attach a project that fails to build and provide more information for how to reproduce? Xcode previews are a bit finicky in general and sometimes you need to do some dance of build, clean, delete derived data, quit and reopen Xcode, etc., to get them working.

Also: have you cloned the repo and tried the example projects? They should all build and have working previews.

stephencelis commented 4 years ago

(This may be related to #22.)

stephencelis commented 4 years ago

@formacion-tyris Fixed this via #31! If you still encounter this issue with version 0.1.2 of the library, please let me know!