SwiftDate
SwiftDate copied to clipboard
How to run Playground on Simulator
Any idea's as to why when I try this out in playground it say SwiftDate module not found on the first line of import?
I opened it in SwiftDate.xcodeproj and no more error. Build SwiftDate-iOS on a device and you'll be able to execute the playground.
I also can't get playground working. It says SwiftDate module not found on the first line of import.
This happened when I installed through SPM, and when I cloned the repository. It happened when I opened the entire xcodeproj and when I opened the .playground separately.