Replies: 4 comments 1 reply
-
Hi @nayooti, the project you provided does not have all of the files necessary to compile. It looks like it is missing two projects: Can you double check that everything is pushed? Also, I'm quite certain this problem has nothing to do with this library or TCA. There is a similar issue mentioned in Apple's forums here. Most likely you have a linking problem somewhere in your project, and the complaint about "CoreAudioTypes" is just a red herring. Since I don't think this is an issue with the library I am going to convert it to a discussion. Feel free to follow up with more information. |
Beta Was this translation helpful? Give feedback.
-
Hi brandon, thanks for the response. |
Beta Was this translation helpful? Give feedback.
-
This is a bug in Xcode 15 / 15.1 and I've encountered it as well. The linking of exported dependencies seems to be broken, so every time a symbol is used from one of TCA's dependencies, it needs to be separately added as a package and explicitly linked. |
Beta Was this translation helpful? Give feedback.
-
Ok, thank you. |
Beta Was this translation helpful? Give feedback.
-
Description
Not sure if this belongs here or is a TCA issue.
Im getting a Linker-Error framework (‘CoreAudioTypes' not found) when importing a framework that uses UUIDGenerator via:
Here is a barebones demo project to demonstrate this issue:
https://github.com/nayooti/TCADemo/blob/main/DemoFramework/DemoFramework/DemoView.swift
Summery:
DemoFeature: Reducer
@Dependency(\.uuid) var uuid
Observations:
@Dependency(\.uuid) var uuid
DemoApp builds without any errorsChecklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Dependencies version information
No response
Destination operating system
No response
Xcode version information
Xcode 15.0
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions