Archived build failed (Catalyst only) with other library used swift-collections #3525
marcuswu0814
started this conversation in
General
Replies: 1 comment
-
Hi @marcuswu0814, it's not clear to me that this is a TCA-specific problem and not just a problem with Xcode+Catalyst or perhaps even swift-collections. Can you please do some more investigation to provide some evidence that it is definitely something we can even fix in our library? For the time being I am going to convert this to a discussion. Feel free to continue the conversation over there. |
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
When archiving the test app, the process works fine for the iOS app but results in a compiler error when archiving for Catalyst.
Issue also opened at MetaCodable, not sure is this cause by macro package.
Checklist
main
branch of this package.Expected behavior
Like archived iOS app, build/archived success
Actual behavior
Build failed, showing error like:
https://github.com/marcuswu0814/MetaCodableArchivedIssue/blob/main/CleanShot%202024-11-28%20at%2011.23.33@2x.png
Reproducing project
https://github.com/marcuswu0814/MetaCodableArchivedIssue
The Composable Architecture version information
1.16.1
Destination operating system
iOS 18
Xcode version information
Xcode 16.2 beta 2 (Also not work with Xcode 16.1)
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions