Search code examples
xctestxcode7-beta5

Symbol not found: _kAXXCAttributeAbsoluteValue Xcode Beta5 XCTest on iOS 8


Running tests on iOS 8 from Xcode Beta 5 is crashing with this error:

dyld: Symbol not found: _kAXXCAttributeAbsoluteValue
  Referenced from: /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
 in /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest

Anyone else seeing this?


Solution

  • Looks like this is fixed in Xcode 7 beta 6.