Background : I am trying to access Appium Inspector on iOS iPhone 16 using MacOS with M1.
Problem : Previously using appium inspector I was able to inspect the elements/locators for iOS on real device as well as simulator.
But after migrating to macOS Sequoia I observed Appium inspector is not getting loaded and observed error 500
Error stack :
Got response with status 500: {"value":{"error":"unknown error","message":"-[XCUIApplicationProcess waitForQuiescenceIncludingAnimationsIdle:]: unrecognized selector sent to instance 0x600002c7f900"
Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: -[XCUIApplicationProcess waitForQuiescenceIncludingAnimationsIdle:]: unrecognized selector sent to instance 0x600002c7f900
After analysed I saw this is occurring after cmd ‘getPageSource’
Matched ‘/source?format=xml&scope=AppiumAUT’ to command name
‘getPageSource’
Anyone has observe this kind of behavior and already aware about fix?strong text
Source: Read More