Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230076

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

$
0
0

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; }

where I need to insert this code?

Please help me


Viewing all articles
Browse latest Browse all 230076

Trending Articles