-
Hi, I am having an issue adding the TCA to me project/workspace. Xcode cannot find some things such as Some issues: All the Structs that cannot be find, are findable, and are public. I am not sure if I understand what the problem is, long ago I've installed the same way to another project, with the SPM. Now there are some issues. Any suggestions? Kindly thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Can you include some more information to help debug?
|
Beta Was this translation helpful? Give feedback.
-
I had the same problem but I was running an earlier Xcode beta, upgrading to 13.0 (13A233) solved it for me |
Beta Was this translation helpful? Give feedback.
-
Having similar issues on macOS beta. Started happening after installing Xcode 13.0 (13A233). Had to change toolchains (to 5.5 Release) to get Tasks to register for the compiler but now having other issues compiling TCA. Tried running on Xcode 13 beta but no luck so far. Here's some of the issues I have:
Do Xcode toolchains differ from the Swift ones? Maybe having different Xcode installs messed up what the Xcode 13.0 toolchain actually is and Swift 5.5 release is missing some SwiftUI components? Also.. • Latest TCA release (as of writing) 0.28.1 |
Beta Was this translation helpful? Give feedback.
I had the same problem but I was running an earlier Xcode beta, upgrading to 13.0 (13A233) solved it for me