appium / appium-inspector

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
https://appium.github.io/appium-inspector/
Other
1.21k stars 291 forks source link

bug: AppiumInspector doesn't load view for my app on real device #1705

Closed ps1logi closed 2 months ago

ps1logi commented 2 months ago

Is this an issue specifically with Appium Inspector?

Is there an existing issue for this?

Current Behavior

Start Appium Run Appium Inspector App open on real mobile Observation: I m observing Spinner on appium inspector

Expected Behavior

Appium as to load the app screen

Operating System

Mac

Appium Inspector Version

2024.3.4

Appium Version

2.11.2

Further Information

appium-logs_20-Sep-24.txt

Screenshot 2024-09-20 at 3 17 49 PM
ps1logi commented 2 months ago

This issue is seen when I run with iOS. I don't see this issue in Android.

eglitise commented 2 months ago

[671033fc][WD Proxy] Got response with status 200: {"value":{"build":{"upgradedAt":"1712051062392","version":"8.3.1","time":"Sep 20 2024 15:02:35","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"18.0","version":"17.7"},"device":"iphone","ios":{"ip":"172.23.231.101"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}

I can see that you are using iOS 18 with WDA 8.3.1. Please upgrade to XCUITest driver 7.24.15 or later and rebuild WDA so your device is using 8.9.1 or later. Refer to the XCUITest documentation for compatibility. In general it is good practice to check if new major iOS versions require updating your XCUITest/WDA versions.

ps1logi commented 2 months ago

@eglitise Thank you for the solution suggested by you it worked.