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
When I execute a tns prepare ios command, the CLI just hangs in what seems to be an infinite loop and there is no way to stop it (CTRL+C not doing it).
Every other kind of error got reported just fine, but this was the first thing I tried to do and it was a bit confusing 😸
After a couple of minutes the following appears:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
[1] 52930 abort tns prepare ios
I'm testing the just released XML error reporting (#1272) and it looks really nice, but I stumbled on an edge case with a malformed XML file:
Here the closing
>
at the end is missing.When I execute a
tns prepare ios
command, the CLI just hangs in what seems to be an infinite loop and there is no way to stop it (CTRL
+C
not doing it).Every other kind of error got reported just fine, but this was the first thing I tried to do and it was a bit confusing 😸
After a couple of minutes the following appears:
Environment:
OS X: 10.10
CLI: 1.5.1
Node: 0.12.7
NPM: 2.11.3
Xcode: 7.0
The text was updated successfully, but these errors were encountered: