Search code examples
iosios8swift-playground

ios8 playground editor not visible


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?


Solution

  • 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