You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Hi! Great library!
I'm getting this error when attempting to run the example playground:
Any ideas?
BTW, suggest adding a note about running
pod install
. From the Playground:The text was updated successfully, but these errors were encountered: