Skip to content

Installing bypass-ios via cocoa pods with use_frameworks! fails to compile #13

@csykes

Description

@csykes

The error when building is: /Users/xxx/Documents/dev/LifehouseIOS/_iOS/Pods/Headers/Private/Bypass/parser.h:31:10: 'soldout/markdown.h' file not found

Turns out the if you remove the use_frameworks! option from the pod file config then you can get it to build. Sadly, if you want to include any pod written in swift then you need to turn on the use_frameworks! option. A bit of a catch 22 I'd say... and its only going to get worse as more pods get converted to swift.

Think it is possible to upgrade the podspec/project or provide hints on a workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions