ios - Xcode launch app error in Mac 10.9 Mavericks -
i using macosx 10.9.3 maverick, xcode 5.1.1 . try launch app in simulator, happen black screen , close xcode. notice:
process: xcode [625] path: /applications/xcode.app/contents/macos/xcode identifier: com.apple.dt.xcode version: 5.1.1 (5085) build info: ideframeworks-5085000000000000~10 app item id: 497799835 app external id: 520942841 code type: x86-64 (native) parent process: launchd [151] responsible: xcode [625] user id: 501 date/time: 2014-05-19 09:43:47.454 +0700 os version: mac os x 10.9.3 (13d65) report version: 11 anonymous uuid: 9c94cd1d-3b3c-6a87-75c0-b9fadf7f71b3 crashed thread: 7 dispatch queue: dbglldblauncher serial queue exception type: exc_crash (sigabrt) exception codes: 0x0000000000000000, 0x0000000000000000 application specific information: productbuildversion: 5b1008 assertion failed: (out_port != 0), function startdebugserverprocess, file /sourcecache/lldb/lldb-310.2.37/source/plugins/process/gdb-remote/gdbremotecommunication.cpp, line 720. thread 0:: dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff885c9a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff885c8d18 mach_msg + 64 2 com.apple.corefoundation 0x00007fff86bdafc5 __cfrunloopservicemachport + 181 3 com.apple.corefoundation 0x00007fff86bda5e9 __cfrunlooprun + 1161 4 com.apple.corefoundation 0x00007fff86bd9f25 cfrunlooprunspecific + 309 5 com.apple.hitoolbox 0x00007fff8b588a0d runcurrenteventloopinmode + 226 ...
how fix ?
a solution , workaround avoid issue:
option (solution)- ensure /etc/hosts file contains entry:
127.0.0.1 localhost
option b (workaround)- if must have 127.0.0.1 mapped differently, eg happened doing facebook api testing required set local.mysite.com, disabling xcode debugger:
product -> scheme -> edit scheme -> debugger -> none
will resolve this.
Comments
Post a Comment