tmp
Wednesday, February 27, 2013
iOSシミュレータでデバッグできない
XcodeからiOSシミュレータでデバッグできない場合
error: failed to attach to process ID xxxx
デバッガには↑が表示され
Attaching to SampleApp
Xcode上には↑が表示され中止も出来なくなるのでXcodeを強制終了する必要がある
解決法としては、
[Edit Scheme...]→[Run SampleApp.app]→[Info]→[Debugger]
で、デバッガをLLDBからGDBにするか、
PCのhostsに以下を追加する
127.0.0.1 localhost
参考
https://discussions.apple.com/thread/4276753?start=6&tstart=6
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment