0

I am not able to see editor screen for .playground file in Xcode 6.0. Here it only shows ENTITY MAPPINGS screen:

How to switch to editor, Tried lot but not able to find in menu.

Playgorund

Other thing is that even if i trying close this file it shows message like this:

enter image description here

Did anyone sort out this?

Kampai
  • 22,848
  • 21
  • 95
  • 95

1 Answers1

1

I think, you accidentally changed the type to "Core Data Mapping Model" in "File Inspector".

Try this:

  1. Open "File Inspector" by View>Utilities>Show File Inspector (option+command+1)
  2. Select Default - Swift Playground from Type pulldown
  3. "Force Quit" Xcode with option+command+esc.

screenshot

rintaro
  • 51,423
  • 14
  • 131
  • 139