Tag: Playground
Xcode Playgrounds: Your Interactive Sandbox for Swift and iOS Development
This blog post covers one of the most powerful tools in your learning arsenal: Xcode Playgrounds. Whether you’re just starting with Swift, iOS, UIKit, or SwiftUI, Playgrounds is about to become your new best friend. What is Xcode Playground? Think of Xcode Playground as your personal coding sandbox. It’s a place where you can write…
No such module Cocoa
No such module Cocoa error message is displayed when the type of playground file selected is iOS instead of OS X. Make sure to select Playground under OS X if you want to use Cocoa framework and go for UIKit incase of iOS Another alternate way is to change the template using the Playground Settings.…