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
Running tns prepare...
Executing before-prepare hook from /private/var/folders/9c/0c9x6mn563x5wk253cf5_0680000gq/T/test/hooks/before-prepare/nativescript-i18n.js
Preparing project...
Searching for devices...
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app.
This is not an executable permission problem, I tried to chmod +x on the inner binary to no effect.
I can no longer build apps over SSH without having a desktop/GUI session open, otherwise I will get the error above. If I open a screen sharing session, then try to build over SSH separately, it works.
It only started happening within the last 3 or 4 days, first I thought it was a new security feature in the OS to prevent execution of binaries over SSH, but I remembered that I had updated to 3.x.
Interestingly, I am doing a release build so it shouldn't be trying to launch the simulator app, so either way there's a problem with tns.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
CLI: 3.1.2
macOS: Sierra 10.12.3
The text was updated successfully, but these errors were encountered:
Please, provide the details below:
$ npm run build-ios-bundle --for-device --release
This is not an executable permission problem, I tried to
chmod +x
on the inner binary to no effect.Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes
Tell us about the problem
Recently upgraded to 3.x/@latest.
I can no longer build apps over SSH without having a desktop/GUI session open, otherwise I will get the error above. If I open a screen sharing session, then try to build over SSH separately, it works.
It only started happening within the last 3 or 4 days, first I thought it was a new security feature in the OS to prevent execution of binaries over SSH, but I remembered that I had updated to 3.x.
Interestingly, I am doing a release build so it shouldn't be trying to launch the simulator app, so either way there's a problem with
tns
.Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
The text was updated successfully, but these errors were encountered: