Add new file to target in a child project #152
-
I have a modularized project that uses Tuist to generate projects. Because of that, each feature is a project in itself. However, when I add a new file it only shows me the targets from the root projects. I can still add them using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you tried to navigate in terminal to the folder with your subproject, open Neovim and configure xcodebuild.nvim specifically for this subproject? You could then switch between subprojects. If you use tmux or any other multiplexer, you could have a window for each project. Currently, the plugin doesn't support multi-project apps :( |
Beta Was this translation helpful? Give feedback.
-
Resolved by #188 :) |
Beta Was this translation helpful? Give feedback.
Have you tried to navigate in terminal to the folder with your subproject, open Neovim and configure xcodebuild.nvim specifically for this subproject? You could then switch between subprojects. If you use tmux or any other multiplexer, you could have a window for each project.
Currently, the plugin doesn't support multi-project apps :(