I have a project with two targets, an app, and UI Tests for that app. I can run the app on my device. When I try to run a test on my devices, it immediately crashes with __abort_with_payload
on Thread 1 and absolutely no other clue as to what is going wrong. Oddly, I have been able to run this test on other devices.
How can I get my tests running on my device?