-
Notifications
You must be signed in to change notification settings - Fork 7
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
0 Build Targets #5
Comments
Same issue here, this package depend on Atom Build, we provide service while Atom Build has to listen to this. Since Atom Build 0.49.0 days a go @noseglid stop refreshing targets with command If you have time to debug, see how we can re-fill the targets after the workspace open # titanium-build.js:162
atom.commands.dispatch(atom.views.getView(atom.workspace), "build:select-active-target"); Workaround for now, return to Atom Build 0.48.0 |
With You can, however, manually trigger the refresh with |
@noseglid I just tried build:refresh-targets (I let it auto complete and then selected it in the list) from the command palette. No such luck. Also this is now with titanium-build 0.8.1 |
Btw. Running |
Ah I understand the issue. This tool doesn't refresh the targets when The fix for this issue is to refresh all targets when settings is called. The tool can then register an |
So the package is simply not working ? |
@jerry42 just use command as work around @noseglid you pull request is welcome :) |
I am sorry but I do not have time or interest to fix this. The main reason I added support for build providers was so that I would not have to be involved in every build system and its development. I am however happy to assist with any questions you may have regarding this functionality, as I did in above comment. |
When I run
ti info -t ios --output json
I get back a long json response of my simulators as expected.
However, when I open a titanium project with atom I get the following image
I am still troubleshooting this issue to get more information, but at this point your package is the only 3rd party package installed. I have tried this with 0.8.0, 0.7.1, 0.7.0
What are the list of packages you have installed with your atom editor. I am thinking there might be a dependency that isn't explicitly listed in the package.json
I am running a completely plain atom editor aside from having Titanium-Build package installed.
The text was updated successfully, but these errors were encountered: