Open
Description
Got the following error message when compiling:
/Users/Projects/test/MarkDown/MarkDown/ViewController.swift:10:8: No such module 'CommonMark'
Here is my steps to add CommonMark:
- Create a single view project
pod init
- Add
pod 'CommonMark'
in myPodfile
pod install
- Open workspace
- Add
import CommonMark
in myViewController.swift
Then got this error message. Any suggestion? Thanks.
Metadata
Metadata
Assignees
Labels
No labels