0

I have recently updated my macOS and Xcode. I have a project which is created in Xcode 10.3 now when I open the same project in Xcode 11.1 I am not able to see the Label name button title which was set, etc..I am attaching an image. How to resolve this issue?
enter image description here

Thanks in advance for your help

rmaddy
  • 314,917
  • 42
  • 532
  • 579
channu
  • 223
  • 3
  • 10
  • This link helped me to fix the issue: https://stackoverflow.com/questions/46487099/xcode-9-simulator-error-unable-to-boot-the-simulator-launchd-failed-to-respond-m/48075384#48075384 – channu Nov 01 '19 at 12:05

2 Answers2

0

Same thing happened to me. In Xcode: Editor > canvas > bounds rectangles. This option show/hide the blue lines. Please check attached image

Rushabh Shah
  • 396
  • 3
  • 19
0

Have you tried restarting your XCode?

JohnG
  • 75
  • 10
  • This happened to me a few times. Usually, restarting Xcode helps. Try this though https://stackoverflow.com/q/46585044/7677455 – JohnG Nov 01 '19 at 05:56
  • Already I have tried all the option still I am facing the same issue – channu Nov 01 '19 at 06:02
  • Try deleting the ViewController, and undoing it `cmd + z`, it will force refresh the view controller. – JohnG Nov 01 '19 at 06:07
  • Deleted the VC, restarted Xcode, cleared derive data, still same issue – channu Nov 01 '19 at 06:19