Skip to content

Unable to import swift definitions when installing statically #3

@markst

Description

@markst

When installing YouboraLib statically I'm unable to use swift definitions outside of pod.

target 'YouboraAVPlayerAdapter' do
  platform :ios, '10.0'

  # Pods must be build statically
  # use_frameworks! :linkage => :static

  # Pods for YouboraAVPlayerAdapter
  pod 'YouboraLib'

In the YouboraAVPlayerAdapter previously definitions are imported using:

#import <YouboraLib/YouboraLib-Swift.h>

But when installing statically the following output occurs:

'YouboraLib/YouboraLib-Swift.h' file not found

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