Original error: -[XCUIElement resolve]: unrecognized selector sent to instance

Please find config i am using as below

Xcode : 11 GM Seed
Appium : 1.14.2
Real Device : iPhone 7 (12.4.1)

I have updated my Xcode to 11 Because of the xcode 10.3 doesn’t support iOS 12.4.1.

After upgrading it started giving an error

Original error: -[XCUIElement resolve]: unrecognized selector sent to instance

App is getting launched but nothing happens after that and i can see above error in my appium console.

1 Like

I faced the same too with the same steps
and the issue displays on simulators too

you need appium@beta to work with iOS 13

Hi @malhaj88

I have updated my xcode to the new stable version i.e. Xcode 11 and updated appium to 1.15.0 and now my issue is solved and working fine.

1 Like