-
I have an app that has swift-composable-architecture as a depedency and therefore a swift-custom-dump dependency. I'm able to build my app with the Debug scheme but when I change the scheme to Release any build or archive fails with the following:
I'm using swift-composable-architecture 1.9.2 and Xcode 15.3. I've also found this that seems to be the same. Is there a way to fix my issue without downgrading to 15.2? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @gkaimakas, this issue was fixed in swift-custom-dump 1.2.1. You must update your packages to get the newest version. You can do this by either right-clicking the packages in Xcode and selecting "Update to Latest Package Versions": If you do this then be sure to have your Package.resolved file checked into version control so that everyone gets the same version of the dependency. Or you can add an explicit dependency on swift-custom-dump and pin it to 1.2.1+. |
Beta Was this translation helpful? Give feedback.
Hi @gkaimakas, this issue was fixed in swift-custom-dump 1.2.1. You must update your packages to get the newest version. You can do this by either right-clicking the packages in Xcode and selecting "Update to Latest Package Versions":
If you do this then be sure to have your Package.resolved file checked into version control so that everyone gets the same version of the dependency.
Or you can add an explicit dependency on swift-custom-dump and pin it to 1.2.1+.