SolbyteApps opened a new issue, #1328: URL: https://github.com/apache/cordova-ios/issues/1328
# Bug Report ## Problem Safari Web Inspector still doesn't show current iOS app launched in simulator or device. ### What is expected to happen? Be able to use Safari web inspector to debug the app running in iOS Simulator or device. ### What does actually happen? "No inspectable application" displayed instead of the running app in the Safari menu. ## Information This is supposed to have been fixed with [email protected] version with fix #1300 and issue #1301 ### Command or Code From xcode, run app in simulator or device. From Safari, select the ‘Develop’ tab from the menu bar, then 'Simulator' or 'Device name'. ### Environment, Platform, Device Mac Mini M2, OS Ventura 13.4, iOS 16.4.1 ### Version information Cordova Information: ``` cli: 12.0.0 common: 5.0.0 create: 5.0.0 lib: 12.0.1 common: 5.0.0 fetch: 4.0.0 serve: 4.0.1 ``` Project Installed Platforms: ``` ios: 6.3.0 ``` Project Installed Plugins: ``` cordova-plugin-add-swift-support: 2.0.2 cordova-plugin-app-version: 0.1.14 cordova-plugin-camera: 6.0.1-dev cordova-plugin-device: 2.1.0 cordova-plugin-email-composer: 0.10.1 cordova-plugin-enable-multidex: 0.2.0 cordova-plugin-firebasex: 16.0.0 cordova-plugin-ionic-keyboard: 2.2.0 cordova-plugin-ionic-webview: 5.0.0 cordova-plugin-network-information: 3.0.0 cordova-plugin-statusbar: 2.4.2 cordova-plugin-theme-detection: 1.3.0 ionic-plugin-deeplinks: 1.0.22 mx.ferreyra.callnumber: 0.0.2 onesignal-cordova-plugin: 3.3.1 ``` Environment: ``` OS: macOS Ventura 13.4 (22F66) (darwin 22.5.0) arm64 Node: v14.20.0 npm: 6.14.17 ``` ios Environment: ``` xcodebuild: xcode 14.3 Build version 14E222b ``` ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
