Xcode 'Capture OpenGL ES Frame' responds with 'Application not found'
| Originator: | mczonk | ||
| Number: | rdar://15612678 | Date Originated: | 08-Dec-2013 04:11 PM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | 5.0.2 |
| Classification: | Serious Bug | Reproducible: | Always |
Summary:
I try to start the OpenGL ES Debugger in Xcode.
Steps to Reproduce:
Create a new iOS project with 'OpenGL ES Game'.
Start on a physical device (not simulator).
Click 'Capture OpenGL ES Frame'.
Expected Results:
OpenGL ES debugger starts
Actual Results:
An alert window with 'application not found' appears.
Console shows the following message:
08/12/13 16:04:48,049 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file (device info): Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,049 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file (control device info): Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,049 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file 52b6180a: Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,049 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file d836c712: Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,049 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file 2112fe15: Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,050 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file 3a7529cb: Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,050 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file e9525dff: Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,050 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file (context info): Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,050 Xcode[1209]: <DYCaptureArchive: 0x7fda4e542700>: failed to add file (queue/thread labels): Error Domain=DYErrorDomain Code=12 "file exists in capture archive (12)"
08/12/13 16:04:48,164 Xcode[1209]: [MT] DVTAssertions: Warning in /SourceCache/GPUDebuggeriOSSupport/GPUDebuggeriOSSupport-13001/GPUiOSReplayController.mm:135
Details: replayer terminated incorrectly
Object: <GPUiOSReplayController: 0x7fda41d6e9c0>
Method: -_handleGuestAppStatusChangeNotification:
Thread: <NSThread: 0x7fda41c155f0>{name = (null), num = 1}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
08/12/13 16:04:48,164 Xcode[1209]: DVTAssertions: Warning in /SourceCache/GPUDebugger/GPUDebugger-13004/GPUDebuggerFoundation/GPUTraceReplayController.m:155
Details: could not initiate replay session Error Domain=DYErrorDomain Code=23 "application not found" UserInfo=0x7fda4a4f8b00 {NSLocalizedDescription=application not found}
Object: <GPUiOSReplayController: 0x7fda41d6e9c0>
Method: -initiateDebuggerReplaySession:
Thread: <NSThread: 0x7fda4a031d10>{name = (null), num = 15}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
Version:
Mavericks 10.9, Xcode 5.0.2
Configuration:
iPhone 5S with 7.0.4
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!
This error only occurs with A7 based devices.
You can solve the problem by restore (not only reset) your iOS device via iTunes.