Error: MyPlayground.playground:22:1: error: use of unresolved identifier 'Example'

How to resolve this issue? I installed the project separately since the bootstrap file was not working on my Xcode 10.

Well, I figured out to create replica of Helpers.swift in my project with this Example class. So in the Sources folder, I creates a Helpers.swift file and copied content from the original Helpers.swift file here.

@lalaland0099 Glad you fixed it! :]