Editor Placeholder in Source File when running my project

Try cleaning your project and then re-run it. It does not look like there is a placeholder issue but the Build Folder (a temporary space that Xcode uses to compile the project) may have remnant code that needs to be flushed out.

From the Xcode menu tap Product > Clean Build Folder. The keyboard shortcut is Shift + Command + K

1 Like

Hey! Thanks Chris I had the same issue. Your suggestion work!