usb - XCode6 not enabling development on iOS8 iPhone device -


i realise duplicate of few other questions:

ineligible devices section appeared in xcode 6.x.x
xcode 6 won't let me develop on ios 8 phone

but i'm hoping provide more detail.

different messages appear @ different times in system console, when error occurs:


18/08/14 2:46:22.000 kernel[0]: usb (xhci root hub usb 2.0 simulation):port 1 on bus 0xa connected or disconnected: portsc(0xe0206e1)
18/08/14 2:46:24.827 xcode[300]: stream_image (thread 0x1131f5000): received ack: receivebytesack, proceeding transfer...
18/08/14 2:46:24.830 com.apple.usbmuxd[47]: muxtcpinputsce received rst 0x1-5448ce54615fa3fcc36079423e0fde3c403d1615@0x14100000:49230->0x100312220-xcode/com.apple.dt.xcode:10752: handlemuxtcpinput no matching session
18/08/14 2:46:24.830 com.apple.usbmuxd[47]: muxtcpinputsce received rst 0x1-5448ce54615fa3fcc36079423e0fde3c403d1615@0x14100000:49230->0x100312220-xcode/com.apple.dt.xcode:10752: handlemuxtcpinput no matching session
18/08/14 2:46:24.831 com.apple.usbmuxd[47]: muxtcpinputsce received rst 0x1-5448ce54615fa3fcc36079423e0fde3c403d1615@0x14100000:49230->0x100312220-xcode/com.apple.dt.xcode:10752: handlemuxtcpinput no matching session
18/08/14 2:46:24.831 xcode[300]: __stream_image_block_invoke (thread 0x1131f5000): amdserviceconnectionsend failed: 0xe800002d, kamdsendmessageerror, buflen: 65536, sent: -1
18/08/14 2:46:24.831 xcode[300]: stream_image (thread 0x1131f5000): read_file failed
18/08/14 2:46:24.831 xcode[300]: amdevicemountimage (thread 0x1131f5000): stream_image failed (kamdsendmessageerror), trying copy...
18/08/14 2:46:24.831 xcode[300]: copy_image (thread 0x1131f5000): jay root
18/08/14 2:46:27.365 xcode[300]: amdevicemountimage (thread 0x1131f5000): line: 207: not hangup service agent: kamdsendmessageerror
18/08/14 2:46:27.454 xcode[300]: mount_image (thread 0x1131f5000): there error mounting image: kamdsuccess
18/08/14 2:46:27.455 xcode[300]: amdevicemountimage (thread 0x1131f5000): not mount image: kamdmobileimagemountermissingimagepath
18/08/14 2:46:27.456 xcode[300]: amdevicemountimage (thread 0x1131f5000): not hangup service agent: kamdsendmessageerror

these occur simultaneously following errors iphone logs:


aug 18 03:05:55 iphone mobile_storage_proxy[145] : 0x34ae59cc handle_receive_bytes: request missing disk image signature
aug 18 03:05:55 iphone mobile_storage_proxy[145] : 0x34ae59cc handle_receive_bytes: failed, unlinking
aug 18 03:05:55 iphone mobile_storage_proxy[145] : 0x34ae59cc main: not receive bytes
aug 18 03:05:55 iphone mobile_storage_proxy[146] : 0x34ae59cc handle_mount_image: not find disk image
aug 18 03:05:55 iphone mobile_storage_proxy[146] : 0x34ae59cc main: not mount image

note: timestamp off in above logs because copied iphone logs different test-run.


other times, error preceded usb-related error message in osx logs:

18/08/14 1:37:58.824 com.apple.usbmuxd[47]: muxclearpipestall can't clear pipe stall 2 on 0x4-5448ce54615fa3fcc36079423e0fde3c403d1615@0x14200000. error: 0xe00002c0

the above message being common generic itunes sync issues encountered very long ago users

restarting xcode, iphone, mac on , on , reconnecting device in different orders (while mac starting up. before xcode launched. after xcode launched, etc.) has not helped.

resetting pram , smc (a couple different procedures here , here) have not helped either.

can understand root of issue above logs? , if so, suggest more permanent solution?

(than restarting x device or performing timing voodoo).

just got after logging out , in icloud.

rebooted device - didn't help. rebooted mac , device - didn't help. replugged different usb port - didn't help. finally, relaunched xcode - works.

spent 15-30 mins this. stupid bug, 1 of millions.

p.s. xcode 6.0.1, ios 8.0, iphone 5s


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -