Not able to change background color of view in Xcode

Selected View, under View Controller and attempted to change the background color in the inspector panel. No matter what ever color is chosen, the view remained unchanged.

Tried upgrading to the latest version of XCode, 13.4.1, and it didn't help.

That should work. But you have a warning about an internal error…

So try to:

  • quit Xcode
  • reopen project
  • do a Clean Build Folder
  • check error has disappeared
  • try again setting color

If that doesn't work, remove the VC and create a new ViewController (set it as Start VC)

None of the suggested actions helped.

previous project and downloaded example projects which work properly before is not working, they have the background color issue.

How do I check to see what the mentioned internal error is?

Don't know o a way to ffind what the internal error is. Maybe something corrupted un the storyboard ?

Could you try to create a new project and see it it works there ?

Not able to change background color of view in Xcode
 
 
Q