kkharji / xbase

Develop Apple software products within your favorite editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dmbfm opened this issue · comments

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?

commented

@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.