Undefined symbols Linker command failed with exit code 1. #817
Nikoloutsos
started this conversation in
General
Replies: 2 comments
-
Hi @Nikoloutsos, I'm not sure why this is happening. We are using the library in a few places with no troubles so far. Can you share a minimal project that reproduces the behavior you are seeing? Also, I am going to convert this to a discussion because it's most likely not an issue with the library itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! I am seeing the same issue as above, was there a resolution to this? |
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
-
Today decided to give
InlineSnaphotTesting
a shot. Everything was working great until I run into the following error when building my app.First, I am integrating this library via SPM.
The logs gives me this error
Has anyone any idea why this error happens? Keep in mind that running tests works as expected and without errors.
Also
SnapshotTesting
product works well and problem showed up when I introduced theInlineSnapshotTesting
product.I have tried cleaning derived data, clean project but did not resolve issue. Also when I remove the dependency to
InlineSnapshotTesting
it build succesfully.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions