Posts

Post not yet marked as solved
12 Replies
8.9k Views
Does anyone know how to get past this error. I have not been able to run my app on device for days.Unable to install "Hello World" Domain: com.apple.dtdevicekit Code: -402653172 -- App installation failed Domain: com.apple.dtdevicekit Code: -402653172 Failure Reason: The operation timed out. User Info: { DVTRadarComponentKey = 487927; "com.apple.dtdevicekit.stacktrace" = ( 0 DTDeviceKitBase 0x000000012616c6e7 DTDKCreateNSError + 109 1 DTDeviceKitBase 0x000000012616cde9 DTDK_AMDErrorToNSError + 792 2 DTDeviceKitBase 0x00000001261ac56a __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 164 3 DVTFoundation 0x000000010d447156 DVTInvokeWithStrongOwnership + 73 4 DTDeviceKitBase 0x00000001261ac301 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1589 5 IDEiOSSupportCore 0x0000000126034a25 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4523 6 DVTFoundation 0x000000010d5783ba __DVT_CALLING_CLIENT_BLOCK__ + 7 7 DVTFoundation 0x000000010d579a92 __DVTDispatchAsync_block_invoke + 809 8 libdispatch.dylib 0x00007fff64f00583 _dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff64f0150e _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff64f06ace _dispatch_lane_serial_drain + 597 11 libdispatch.dylib 0x00007fff64f07452 _dispatch_lane_invoke + 363 12 libdispatch.dylib 0x00007fff64f10a9e _dispatch_workloop_worker_thread + 598 13 libsystem_pthread.dylib 0x00007fff6515e71b _pthread_wqthread + 290 14 libsystem_pthread.dylib 0x00007fff6515e57b start_wqthread + 15 ); }
Posted
by SMA.
Last updated
.
Post not yet marked as solved
0 Replies
607 Views
What is the proper place to schedule a WKRefreshBackgroundTask when the device boots? I have a task that periodically updates the complication, but this doesn't happen until I start my app and schedule the background task in my WKExtensionDelegate.Is it possible (allowed?) to schedule a background task from a CLKComplicationDataSource?
Posted
by SMA.
Last updated
.
Post not yet marked as solved
2 Replies
906 Views
The 6.1 beta release notes said that we had to wait for a new Xcode to drop. Unfortunately Xcode 11.1 GM tells me:There was an error preparing Stefan’s Watch for development. Try reattaching the device to which Stefan’s Watch is paired. Could not locate device support files. [This Apple Watch Series 5 is running watchOS 6.1 (17S5054e), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.]What is the story. Is there no way to develop on watchOS 6.1?iPhone on 13.1, Watch on 6.1 Beta, Xcode 11.1 GM.I did see a 'Downloading symbols from Stefan's Watch' for a second but I don't think that worked since it took like a second.
Posted
by SMA.
Last updated
.