You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face many recurring issues and I was wondering if it is a known problem or it is a problem from my project (I can't find a related issue). I never uses emulator, so all the problems I see involves a real device.
I can detail some of the problems I encounter. Each problem happens after I run ns debug ios. Here is a non-exhaustive list:
The app cannot be installed on device
The errors are :
Unable to apply changes on device: ___. Error is: Device not found
or
Unable to apply changes on device: ___. Error is: Could not start device session.
or
Unable to apply changes on device: ___. Error is: Failed to install /Users/me/projets/my-app/platforms/ios/build/Debug-iphoneos/MyApp.ipa on device with identifier undefined. Error is: Device ___ lost during operation install for message ___.
Usually, I try to restart ns debug ios, use ns clean or even restart my iPhone. I cannot tell if I only need one of them or all theses steps to restore access.
Soft keyboard never shows on first launch
I don't know why, but I can "easily" work around this problem: I kill the app and relaunch it (from my iPhone, not CLI).
Screen turns black and app seems to reload
When I edit an app file, the screens turns black for a few seconds (actually the app turns black because I can go to my homescreen and everything is fine there). Then, the app seems to reload itself (without showing the OS homescreen though). Sentry reports that my app restarted because it overused RAM.
App starts on device but socket connection is lost
NativeScript debugger was not able to get inspector socket port on device ___ for application com.myapp.
Cannot connect to device socket. The error message is 'Device socket port cannot be found.'.
I could have opened an issue for this problem, but I'd like to have some feedback from the Core team before. I don't want to open an issue it it will be a duplicate or if the problem is only with my project (dependencies maybe?).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it just me or HMR is actually buggy with iOS?
I face many recurring issues and I was wondering if it is a known problem or it is a problem from my project (I can't find a related issue). I never uses emulator, so all the problems I see involves a real device.
I can detail some of the problems I encounter. Each problem happens after I run
ns debug ios
. Here is a non-exhaustive list:The app cannot be installed on device
The errors are :
or
or
Usually, I try to restart
ns debug ios
, usens clean
or even restart my iPhone. I cannot tell if I only need one of them or all theses steps to restore access.Soft keyboard never shows on first launch
I don't know why, but I can "easily" work around this problem: I kill the app and relaunch it (from my iPhone, not CLI).
Screen turns black and app seems to reload
When I edit an app file, the screens turns black for a few seconds (actually the app turns black because I can go to my homescreen and everything is fine there). Then, the app seems to reload itself (without showing the OS homescreen though). Sentry reports that my app restarted because it overused RAM.
App starts on device but socket connection is lost
I could have opened an issue for this problem, but I'd like to have some feedback from the Core team before. I don't want to open an issue it it will be a duplicate or if the problem is only with my project (dependencies maybe?).
Thanks for your help :)
Beta Was this translation helpful? Give feedback.
All reactions