SwiftDate icon indicating copy to clipboard operation
SwiftDate copied to clipboard

How to run Playground on Simulator

Open justdan0227 opened this issue 7 years ago • 2 comments

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?

justdan0227 avatar Sep 10 '18 12:09 justdan0227

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.

grifas avatar Sep 25 '18 12:09 grifas

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.

DandyLyons avatar Aug 19 '21 22:08 DandyLyons