Skip to content
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

New files added to a xcode project only work after I remove the .compile file and restart neovim #236

Open
dmbfm opened this issue Jul 20, 2023 · 1 comment

Comments

@dmbfm
Copy link

dmbfm commented Jul 20, 2023

When I am working on any Xcode project (without using generators), every time I add a new file to the project inside Xcode I need to remove the ".compile" and restart neovim so that the added file works with xbase. Is this the expected behavior, a bug, or possibly a problem with my configuration?

@vebbis321
Copy link

@dmbfm I also couldn't get my projects that wasn't created with a generator to work. But I don't think xbase is the problem. Xcode is known for being notoriously bad with adding/removing files because of the targets. So I think you have to use generators. I tried Tuist, and everything is working fine now. The only issue I hade was that xbase assumed my runners belonged to Plugins, so I deleted them and .xcodeproject for Plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants