Question about Cursor in tandem with Xcode

Hi!

Im finding that when cursor creates files in an Xcode project, Xcode doesn’t “see” them – sometimes it does, but it has question marks next to it, which I don’t totally understand.

I use Cursor with Xcode quite heavily and have never had an issue with Xcode seeing the files or seeing the code changes to the files.

A question mark next to a file in xcode means the file isn’t being tracked by Git. So when Cursor adds a new file to your project, Xcode is just saying it hasn’t been staged or committed yet.

Once you stage and make a commit the question mark goes away.

Hope that helps.