Xcode macOS Sierra text formatting bug - xcode

Every time I try to create a new project/ class I encounter this text formatting bug. It started happening right after Sierra update. Should I reinstall Xcode or is there another solution I'm unaware of?

Updating to XCode 8 fixed this for me.

Related

Xcode Core Data Editor stopped working in Xcode 12

does anybody have the same problem, that you can not edit the core data anymore?
Even if I start a new project in Xcode 12 or in the latest beta it just looks like this:
Any suggestions how to solve this?
Temporary solution:
To see the Attributes:
Change the Editor Style (On the bottom right corner) from 'Table' to 'Graph'.
You can then select entity, add attributes or edit attributes in the 'Inspector' (Button on the top left corner).
This issue was related to Bug Sur and was resolved in Big Sur Beta Version 10.
Just update your OS to fix this problem.
Issue got resolved in the Beta 10 of Mac OS Big Sur

Xcode 10 storyboard UI components are not visible and painfully slow?

My code was working fine (showing UI properly) when I had Xcode 9 and I removed it from the application folder (could not update as it had installed using another apple id) and reinstall the Xcode 10 from the Appstore.
Now Xcode storyboard not showing any added UI elements colors or anything and I removed Xcode 10 and installed Xcode 9 again but problem remains same.
UI screen shot of storyboard.
I tried removing Xcode in this way:
/Applications/Xcode.app
/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Caches/com.apple.dt.Xcode
~/Library/Application Support/Xcode
~/Library/Developer/Xcode
~/Library/Developer/CoreSimulator
Then I tried installing macOs Mojave and install XCode 10 again from the Appstore. Issue still remains. I tried cleaning derived data, xuserdata and everything.
Try cleaning your project using "Command + K"
and run your project again!
Hope it works!
I encountered the same issue that you are facing in my case i had xCode 10.0 installed and everything was working fine. As soon as I installed version 10.1 I faced the same issue that you're facing but the good thing was i had xCode 10.0 installed at the same time so I switched back and everything was working fine.
From my point of view my system(Mac-mini mid 2011) was lacking hardware specification that was required for xCode 10.1 also had very low graphic processor in my mac mini. If you install the same version in a MacBook or any other system having higher specification you'll face the issue. I hope that helps.
I was stuck on this all day. One of my coworkers suggested removing occurrences of IB_DESIGNABLE & #IBDesignable. This fixed the issue for me. It still lags sometimes but doesn’t go invisible anymore.
If you have multiple xib files then just try to switch between or Try moving to launchScreen storyboard and then switch to main storyboard. I think this is just loading issue.
Reinstall Xcode. That worked for me.
Click on library button(Circular Button) which is left to hamburger sign(Top Bar Right Side). Elements will be popup on your screen then you can choose elements.
try
xcrun simctl erase all
it helped me with the same problem

Xcode 8 UI bug when creating New File

Screen shot link is attached
I updated to macOS Sierra and Xcode updated itself too. Then this issue started appearing. Is this only with me or someone else also facing this? Or anyone know how to fix it?
This happened with me as well.
I observed that it happens when we have both, Xcode 7 and Xcode 8 installed at the same time on sierra. Please find a similar create a new project screen issue below:

Workaround for adding localization to new file in Beta Xcode 6.3

does anyone know of a work around for this issue?
When trying to localize the 'Localizable.strings' file after choosing for which language the file should be set, nothing happens :(.
I tried it a few times with no success.
But when I close my project, reopen it in Xcode 6.2 and do the same action in there... Xcode adds the localization for the selected languages without any problem.
I know it is a bug for the Beta release of Xcode, but I would appreciate a working workaround for this.
thx
Seems to be fixed in version 6.3 of Xcode

Interface Builder appears blurry on retina display in Xcode 6.3

I just recently downloaded the latest public release of Xcode (6.3) and I noticed the storyboard for my app is now low res on my Retina MacBook Pro. Images, text and standard UI elements all appear blurry. On the actual device everything looks fine and code still looks sharp its just while working in the Interface Builder.
Has anybody else noticed this and figured out a way to fix it? This is happening to me in both Swift and Objective-C projects including in Apple's sample projects (Master-Detail Application and etc).
I submitted this as a bug report, and Apple responded by saying that it is the desired appearance. They did not give an explanation, that was all they said.
It appears to be related to a bug in the newest iOS SDK, and as a workaround, they've forced Interface Builder to render everything at 1x. Currently, there doesn't seem to be any solution to this annoying problem other than to wait.
Just installed Xcode version 6.3.2 and this issue appears to have been fixed.
Have you tried re-installation of the same version? That helped once.
Alternatively, can upgrade to newer version, too.

Resources