user2384080
user2384080

Reputation: 41

debugging very slow in Xcode 4.5 and 4.6

First, sorry for my poor English.

Problem appears on my ipod touch 4 which is iOS 5.1.1. When I add breakpoints, it takes Xcode long time to run. But it's OK if there's no breakpoint and it's also OK on iphone which is iOS 6.0(added breakpoints).

The first time I launch device debug, I saw an error 'Xcode has encountered an unexpected error (0xC002)' in Organizer-Devices, and I found solution by stackoverflow(Adding three dyld armv7 files, and all of them are zero-byte files. I don't know if they caused this problem.)

Environment: macbook air OSX 10.8.3, Xcode 4.5/4.6.

Upvotes: 0

Views: 424

Answers (1)

Marcelo
Marcelo

Reputation: 9944

Have you tried to update to Xcode 4.6.2? I was having this issue, but it was fixed on 4.6.2.

Upvotes: 1

Related Questions