A quick question, I’m facing issues with the new Xcode 9.1. The simulator close my app when Appium is trying to tap on a button. But only in one case.
After read the few comments about it (is too new). I need to confirm that is a Xcode issue, more specific with simulator.
I’m getting this kind of logs from simulator:
Class MKSearchFoundationResultAccessibility is implemented in both /Xcode9.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit (0x1358d7d08) and /Xcode9.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/AccessibilityBundles/MapKit.axbundle/MapKit (0x135c9fe18). One of the two will be used. Which one is undefined.
Any one have a clue for this?