I am following the App Development in Swift course in Apple iBooks and I’ve downloaded the course materials. The first time I open a playground from the Student Resources folder it opens up to a blank screen that says "No Editor." If I close it and reopen it, it works fine. However, having to open a playground twice every time is annoying. It does warn me in the beginning that "This is a file downloaded from the Internet," and I click "Trust and Open," but still it is always a blank screen the first time I open a new playground. Has anyone else had this issue? Is there a way to fix it? I am using Xcode 12.0.1 on macOS Catalina 10.15.7.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Instead of clicking on playground file, try following
go to "Open another project"
and open playground workspace.
Try opening the navigation menu on the top left corner of the app and then you can open the desired playground file. let me know if that works!!