Debug on iOS Simulator using Safari show "no inspectable applications"

I need to use debug on my ios simulator but safari menu shows “no inspectable applications”.

I have:

  • XCode 14.3
  • IOS Simulator: iPhone 14 Pro - iOS 16.4
  • Safari: 16.4
  • Safari Technology Preview 16.4

I reed that on ios 16.4 I must enable “inspection” flag

if #available(iOS 16.4, *) { webView.isInspectable = true; }

This solution not works for me: iOS 16.4 webview can not debug in … | Apple Developer Forums

Please help me

You need to be using safari tech preview if you aren’t using already.

I already installed Safari Tech preview but “no inspectable applications” shown