EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
567 stars 23 forks source link

Connection Refused when trying to connect to iOS simulator #90

Open ugiacoman opened 2 months ago

ugiacoman commented 2 months ago

Hey, I had ETTrace running really smoothly on macOS Sonoma and Xcode15.1. I just updated my computer to macOS Sequoia and Xcode 16 and now I am getting the following error:

ETTrace error: Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused"

Any ideas on how to resolve? Happy to contribute if this is a lightweight fix.

ps. I really appreciate y'all open sourcing this library. It's a game changer.

noahsmartin commented 2 months ago

Hey @ugiacoman are you trying to connect to a simulator or physical device? I just tried it on sequoia with a simulator and didn't see this. Also, do you have the firewall enabled in System Settings under the network tab? If so could you try temporarily disabling that to see if it's related? There have been some reports of bugs in the firewall configuration of sequoia

ugiacoman commented 2 months ago

Thanks @noahsmartin, I'm testing on simulator. I do have firewall enabled but the setting is configured by my company's profile. I don't have permissions to turn off the firewall 😅

noahsmartin commented 1 month ago

@ugiacoman could you try on macOS 15.0.1? Apparently that fixed some of the firewall issues