Failed to run UI tests on Apple TV

I do UI testing on Apple TV with XCTest framework

After updating tvOS 11.0 to 11.1, I can't run any test on Apple TV

I always get the following issue

dyld: Library not loaded: /System/Library/Frameworks/WatchKit.framework/WatchKit
Referenced from: /Developer/Library/PrivateFrameworks/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation Reason: image not found


So what can I do,thanks very much!

Replies

Can you please file a radar at http://bugreport.apple.com and include the full crash log?

Or if you're unable to provide the full crash log, can you at least provide the UUID of the DVTInstrumentsFoundation.framework in that process (eg: `image list` at the lldb prompt)