-
-
Notifications
You must be signed in to change notification settings - Fork 197
iOS 13 - Could not start service com.apple.mobile.house_arrest #4741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I reformatted my Mac and my iPhone with a fresh restore and no restore from backup.
|
Tested on fresh reformat and installs of Catalina and Mojave. Using iOS 13 Beta 2.
What is the point of the blog post https://www.nativescript.org/blog/ios-13-sign-in-with-apple-ipados-and-arkit-3-all-on-nativescript if nothing works on iOS 13? lol |
Hey @JakeAi , However, we would like to investigate this case with your help. In order to have a better idea what does this error mean, I want to give a brief overview of the way NativeScript CLI works with iOS Devices. So as a first step in our investigation, can you please execute |
@rosen-vladimirov It does, that is the only way {N} would work is if I used xcode-select --switch. And on my reformat I ONLY installed the beta.
|
Ok, so the next step is to try restarting the device. I know it sounds weird, but in case there's already mounted incorrect image, the restart will disable it and the new |
@rosen-vladimirov this doesn't fix the problem. I have done this multiple times.
|
Same problem |
@sifex I’ve yet to figure it out. |
I'd say wait for Dev Beta 3 to determine whether this is an issue worth fixing |
@rosen-vladimirov @sifex Beta 3 did not fix the problem. |
@sifex did you figure this out? I'm still left in the dark. |
We're currently working on support for iOS 13 and will write here when we have more information about this issue. |
@Fatme so it's not actually supported? |
@JakeAi iOS 13 is not officially released - there are a beta and a preview versions. We will support iOS 13 as soon as there is an official version released (which Apple claims should happen in the fall). |
Replicates on Beta 4. It seems to originate from a method call in IOSDeviceLib to start the com.mobile.house_arrest service.
Converting the resulting error code '-402653057' to hex results in '0xe800007f' which according to this corresponds to 'Device doesn't support wireless sync'. Tried enabling iTunes Wi-Fi sync as a possible workaround but without success, as this option does not exist anymore in Settings on iOS 13, probably because it was replaced with Finder in Catalina. |
@NickIliev right. I have iOS 13 Beta on my iPhone and thought it'd be good to get the app updated to the next iOS, also referring to https://www.nativescript.org/blog/ios-13-sign-in-with-apple-ipados-and-arkit-3-all-on-nativescript
|
Nope, Xcode Beta 4 download didn't help either.
It'd be worth deep diving into why this is happening - regarding how debugging works between {N} run/debug and iOS, as release seems to work fine. Both run/debug and release fail to launch the app, so possibly to do with API changes on how Xcode opens newly built apps. |
@miroslavaivanova I'm still getting this with the public (non-Beta) Xcode 11 and an iPhone with iOS 13. Is the fix specific to NativeScript 6? I am using NS 5.4. Is there anything about the specific "com.apple.mobile.house_arrest" service failure that you can tell me for NS 5.4? |
@Fatme I am still experiencing this issue in NativeScript v6.1.2 with iOS 13 devices and Xcode 11. If I build the project, and then launch it through Xcode, it works, but this makes the development experience very crippled, as I can't use HMR anymore. |
Can you execute the command with |
@Fatme Uhm, okay, so this is strange. When I run it with |
I am facing the same issue, but |
Same issue, I can't install application with |
We don't plan to fix it for NS 5.4. The only way is updating to NS 6.1.x. |
I got below error after install ios version 13.1. Nativescript vesion is 5.2.1 |
I get the same error on newest NS 6.1 any solutions, this issue makes developing currently quite buggy |
Same issue. Error is: Could not start service com.apple.mobile.house_arrest. MacOS: Mojave |
Same issue. Error is: Could not start service com.apple.mobile.house_arrest. MacOS: Mojave Any ideas or help for solving this. |
See this comment #4741 (comment) |
MacOS: Catalina 10.15 Same issue: Could not start service com.apple.mobile.house_arrest with code: -402653057
|
You are using [email protected]. See this comment #4741 (comment) |
I am working on migration but an alternative that has worked in tns version v5.4.2 was...
|
@rkeller1 @Ivanepp2 |
This fixes the "Could not start service com.apple.mobile.house_arrest" problem:
|
Environment
Describe the bug
Creating a brand new app or an existing app produces the following error
To Reproduce
Create a new project, tns debug ios
Expected behavior
App to build and debug
Additional context
I can build the app fine, I can run the app through XCode fine. And it works on iOS 13 Simulators
The text was updated successfully, but these errors were encountered: