9

When I create a new project in Xcode and launch it. The next error appears in the logs:

objc[21022]: Class AXAccessQueue is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities (0x122377780) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport (0x123f2d888). One of the two will be used. Which one is undefined. objc[21022]: Class AXAccessQueueTimer is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities (0x122374d50) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport (0x123f2d8d8). One of the two will be used. Which one is undefined. ```

I'm searching for ways to fix it properly, not just disabling it. Can someone please explain to me what this is and how I can fix it?

enter image description here

Denis
  • 3,167
  • 1
  • 22
  • 23
Jonas
  • 93
  • 4
  • And I have this issue everytime, so I create a new project, do nothing and this happens – Jonas Sep 26 '18 at 17:20
  • So this happens even when you open a blank project? Can you upload that new project? – Yogurt Sep 26 '18 at 17:22
  • Sure. Here: https://www.dropbox.com/s/f6p0oybvwdyk4bp/test.zip?dl=0 – Jonas Sep 26 '18 at 18:27
  • So it happens when I open the simulator. The app starts and after some seconds I get this message – Jonas Sep 26 '18 at 18:27
  • I added a label to the view controller and it seems to be running fine. When you installed Xcode did you drag it into Applications folder? – Yogurt Sep 26 '18 at 18:31
  • I installed it via the AppStore, so it's automatically in it – Jonas Sep 26 '18 at 18:48
  • Just to make sure we're on the same page. Are you running High Sierra? and XCode 10? Have you restarted your machine? If all that is true, then I'd try deleting XCode and reinstalling because it's a totally blank page. It should work. – Yogurt Sep 26 '18 at 18:54
  • 2
    Annoying Xcode... having same issue – DogCoffee Oct 04 '18 at 08:12

0 Answers0