Preview Build Fails in Swift Package #2706
ParkTaeGyu
started this conversation in
General
Replies: 1 comment
-
Hi @ParkTaeGyu, can you provide a minimal project that demonstrates the problem you are seeing? I don't think this is an issue with the library, and most likely an issue with the project configuration or Xcode previews, and so I am going to convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm designing a multimodule project by organizing local packages myself.
I'm in the process of isolating a
UI
module and noticed that the Preview feature is not available inside that package.Unusually, the preview feature is available in other modules that import the
UI
module.Checklist
main
branch of this package.Expected behavior
Run Preview Success inside
UI
PackageActual behavior
Build Preview Fails
Steps to reproduce
The Composable Architecture version information
1.5.0
Destination operating system
iOS 17
Xcode version information
Version 15.0 (15A240d)
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions