Open
Description
Hi,
We have an Xcode project using Fakery (via Swift Package Manager). We define factories using Fakery in the app, and these are used in the unit tests. Now, we wanted to add these factories using Fakery to the UI test target.
We've linked the Fakery binary to the UI tests (Build Phases -> Link Binary with Libraries), but when we try to run the tests we get this error
Fatal error: unable to find bundle named Fakery_Fakery
in resource_bundle_accessor.swift
I'm conscious this could be a setup issue on our end, but we can't figure it out. Could this be a bug or a limitation in how the library can be used?
Thanks in advance.
Fakery 5.1.0
Xcode 13.4.1
Metadata
Assignees
Labels
No labels
Activity