Skip to content

Can't compile in Xcode 10 #26

Open
@zhouhao27

Description

@zhouhao27

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:

  1. Create a single view project
  2. pod init
  3. Add pod 'CommonMark' in my Podfile
  4. pod install
  5. Open workspace
  6. Add import CommonMark in my ViewController.swift

Then got this error message. Any suggestion? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions