ios - debugging very slow in Xcode 4.5 and 4.6 -


first, sorry poor english.

problem appears on ipod touch 4 ios 5.1.1. when add breakpoints, takes xcode long time run. it's ok if there's no breakpoint , it's ok on iphone ios 6.0(added breakpoints).

the first time launch device debug, saw error 'xcode has encountered unexpected error (0xc002)' in organizer-devices, , found solution stackoverflow(adding 3 dyld armv7 files, , of them zero-byte files. don't know if caused problem.)

environment: macbook air osx 10.8.3, xcode 4.5/4.6.

have tried update xcode 4.6.2? having issue, fixed on 4.6.2.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -