I just update my mac to Catalina 10.15 and I get this error :
Unable to apply changes on device: B1670521954. Error is: connect ECONNREFUSED 127.0.0.1:62678
I am currently using NativeScript 6.1.2 and there is no problem with iOS
I have seen this :
https://github.com/NativeScript/nativescript-cli/issues/4726
but not helped in my case
Related
My RN application started to crash after installing macos monterrey and upgrading to xcode 13. I can't find anything clear on the internet. What can I do ? I works in a real device.
It throws the following error:
xcodeError
I changed name of my VS 2019 project running on Mac (from PrismApp1 to something else) and now I can't run on iOS simulator. Tried to run on different simulator phone too. I searched for PrismApp1 in folder and on machine can't find anything... delete bin and obj folders and did a Build All. any ideas?
error HE0046: Failed to install the app 'com.companyname.PrismApp1' on the device 'iOS 13.2 (17B102) - iPhone 11 Pro': Failed to install the requested application
Note: it works if i deploy to my physical iPhone...
I had a similar issue with iPhone 13 emulator and iOS 15, where I couldn't deploy my app on the simulator, but it worked on a real device.
The error I was getting was:
error HE0046: Failed to install the app 'ma.myapp.app' on the device 'iOS 15.0 (19A339) - iPhone 13 mini': “Myapp” Needs To Be Updated
This is how I solved the issue.
I had this weird error after app was successfully compiled and it was simply due to a null variable involved in a plist command executed post build.
Just try to close and reopen VS, it worked for me.
In Xcode 11.1 (11A1027) I unable to install the app in the simulator with iOS 13.1 (17A844).
I tried to reinstall the Xcode and reset a content of the simulator without no luck.
The error code I get is the following:
Details
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
--
The operation couldn’t be completed. (LSApplicationWorkspaceErrorDomain error -102.)
Domain: LSApplicationWorkspaceErrorDomain
Code: -102
User Info: {
CFBundleIdentifier = "com.home.test";
Error = RegistrationFailed;
"_LSFunction" = "-[_LSInstaller _doinstallApplication:atURL:withOptions:installType:notificationJournaller:reply:]";
"_LSLine" = 627;
}
--
Also the springboard of the simulator is empty which is also strange:
iOS 13 Simulator has no apps installed
Confirmed. It worked for me in the official release of Xcode 11.1
I am getting the following errror after I updated Xcode to 6.3. I cannot run the apps on simulator or on device. I didn't update the OS. Do I need to update the OS to 10.10.3 to get Xcode working?
The operation couldn’t be completed. (Mach error -308 - (ipc/mig) server died)
I'm getting an error message while trying to run an application developed in Xcode 5.1 iOS 7.1 on Xcode 6.1 for iOS 8.0. The error state that 'Unable to run app in Simulator' as show in below screenshot.
I have tried below mentioned solution but none seems to work :
Reset the content of simulator
Rebooted mac after installing Xcode 6.1.
Xcode -> Preference -> Locations -> Command Line Tools : Changed
Xcode 5.1.1 to 6.1
What might be fix?
Delete /etc/launchd.conf if it exists on your system and reboot. See Unable to boot iOS 8 Simulator