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
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: