Replies: 1 comment 1 reply
-
Does this mean you are linking DependenciesTestSupport to your application target? If so, that is not correct. You should only link DependenciesTestSupport to your test targets in order to get access to a test trait that aids in testing with dependencies. Since I don't believe this is an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Xcode Version 16.4 (16F6)
iPhone 16 Pro Simulator (iOS 18.6)
I'm not able to build my project after adding this package to my project. I even created a brand new Xcode project with only the default code in it and added the package and saw the same issue.
This is the screenshot of the error from the blank Xcode project.

Reading online of people running into the same issue, some mentioned that setting ENABLE_TESTING_SEACH_PATHS to YES fixes the build issues, which it does, but then it fails to link to the simulator citing the same error above.
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
Dependencies version information
1.10.0
Destination operating system
iOS 18.6
Xcode version information
Xcode Version 16.4 (16F6)
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions