Unit Testing Hangs on xCode 15

Hello,

I'm having an issue with Unit testing on xCode 15.2 and macOS Sonoma. I'm trying to run unit testing and it hangs for a long time and then fails, previously I was able to run my unit testing on simulator with iOS 14, however after upgrading the xCode and the macOS I'm unable to use simulators with iOS 14 and my unit testing keeps failing.

I have another device which is running macOS Ventura and I can run my unit testing on it without any problems using simulators with iOS 14 on xCode 15.0. Please note the issue is not with the xCode version because I tried downgrading and still have the same issue. I tried every solution i can find on this forum and others, I couldn't find anything that would help.

I can't attach the dump log file directly since it's big so please use the link below https://drive.google.com/file/d/1v_gpCLhEuUdqFF6aCfrGislYWV8ZE8Qm/view?usp=share_link

Replies

See this thread: https://forums.developer.apple.com/forums/thread/738623

Seems like iOS 14 not supported on Sonoma

  • @myuncle Thanks for the reply, I came across this thread while I was searching for a solution for this problem. I'm aware it's not supported, but there has to be a fix for this without using iOS 14. The issue is it's not working on other than iOS 14 but it should be working fine.

  • That's exactly the problem, iOS 14 is not supported on Sonoma and doesn't work without it. But the Unit testing should be working fine in any iOS Simulator.

Add a Comment