Credits to https://developer.apple.com/forums/thread/702220
- Download latest ZIP from https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport
- Paste ZIP file contents to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
E.g.
mkdir -p ./ios-dd/ && wget -qO- https://github.com/iGhibli/iOS-DeviceSupport/raw/master/DeviceSupport/15.4(FromXcode_13.3(13E113)).zip | bsdtar -xvf- -C ./ios-dd/ && mv ./ios-dd/* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ && rm -rf ./ios-dd