Can I open Xcode 7 playground files in Xcode 8?

I can't seem to be able to open my old playground files saved under Xcode 7. I get the error missing contents.swift.


Is it not possible to open such files in the new version with Swift 3?


Thanks

forbegos

You must dive inside the playground file ("show contents") and rename "section-1.swift" to "contents.swift".
Can I open Xcode 7 playground files in Xcode 8?
 
 
Q