Hi, I need to run programs on my local device using a remote Mac (M1) with Xcode due to work requirements. In my previous work, I used the socat tool to map my local USB to the remote M1, and everything worked fine:
Xcode recognized the local device.
Xcode built the project onto the device.
However, after updating to Xcode 15, the remote M1 can no longer recognize local iOS 17 devices. It only detects devices running iOS 16 and below. I understand that the communication mechanism between Xcode and the device changed with iOS 17, but I haven't found a way to make Xcode recognize iOS 17 devices properly. Does anyone know how to resolve this?
Thanks!