Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble getting Example playground to run. #7

Closed
davidbjames opened this issue Jan 14, 2018 · 2 comments
Closed

Trouble getting Example playground to run. #7

davidbjames opened this issue Jan 14, 2018 · 2 comments

Comments

@davidbjames
Copy link

Hi! Great library!

I'm getting this error when attempting to run the example playground:

error: /var/folders/y0/p7w_bnh91nv7vsl4kcymcxbh0000gq/T/playground6-adf4ec..swift:3:8: error: no such module 'Metron_Sources'
import Metron_Sources

Any ideas?

BTW, suggest adding a note about running pod install. From the Playground:

NOTE: Run pod install in the Example folder and then open the Xcode workspace. You will need to build the project first before Metron is available in these playgrounds. Ensure that you have a Simulator-type device selected when building.

@davidbjames
Copy link
Author

Appears the fix is to add public visibility to the extensions in Sources/Playground.swift. :)

@toineheuvelmans
Copy link
Owner

Hi @davidbjames , thanks for pointing this out, I have applied the required changes and addition to the note that you mentioned. Please see release 1.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants