How to debug iOS 15.6 beta

Hi,

I feel like this has happened the last couple of betas but I'll focus on the current iOS 15.6 beta. The latest version of Xcode that I see is the released 13.4 which doesn't allow me to debug an iPhone running 15.6 beta1. It used to be that when a new iOS beta would come out, a new Xcode beta would also be available. However, lately, Apple hasn't made a new Xcode beta available.

Is there a new beta of Xcode that I am missing or is there something else I am doing wrong to not be able to debug iOS 15.6 devices?

Thanks! //Ray

Accepted Reply

This is a known issue noted in the Release Notes:

Xcode 13.4 is unable to prepare iOS 15.6 beta devices for development. (93452791) Workaround: Use Xcode 13.3.1.

  • Is this still the case?

Add a Comment

Replies

This is a known issue noted in the Release Notes:

Xcode 13.4 is unable to prepare iOS 15.6 beta devices for development. (93452791) Workaround: Use Xcode 13.3.1.

  • Is this still the case?

Add a Comment

Thank you! I totally missed that.

Workaround: Use Xcode 13.3.1.

I've tried this. And it still won't work.

I've confirmed that I'm running 13.3.1 and not 4.1, yet still, I can no longer debug on the 15.6 device.

I've even tried copying the 15.5 disk image into a 15.6 folder in the device directory, and still stuck.

Am I missing some config file setting left over from 13.4.1?