Replies: 1 comment
-
The problem was because a conflict between the SPM and the pod version, I deleted the Derived Data and the SPM version and now it works. |
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
-
Hello, I'm new to this framework and I'm having an issue when I'm trying to select a specific device for testing.
I have two tests, one is working correctly and generates the image but the second one is giving an error.
This test works as expected
This test is giving me an error:
Undefined symbol: _$s15SnapshotTesting12SnapshottingVAASo16UIViewControllerCRszSo7UIImageCRs_...
Also I'm generating the viewController by using a Storyboard with this.
I'm not sure if I'm doing something wrong in my code.
I'm on Xcode 14.2(14C18), macOS 12.6.5, and using an Intel MacBook Pro.
Any help would be much appreciated, thank you so much and sorry for the troubles.
I'm starting in iOS development so I apologize if my question is not related to the framework.
Beta Was this translation helpful? Give feedback.
All reactions