Skip to content

Precompiled Library Issue (no such module) #129

Open
@edias

Description

I'm trying to get a build of a precompiled library (https://cocoapods.org/pods/AdobeMobileSDK). It compiles normally but when I try to import on my Swift project I'm getting stuck on no such module 'AdobeMobileSDK'.

prebuilt_cxx_library(
  name = 'AdobeMobileSDK',
  visibility = ["PUBLIC"],
  static_lib = 'AdobeMobileSDK/AdobeMobileLibrary/libAdobeMobile.a',
  exported_headers = glob([
    'Target Support Files/AdobeMobileSDK/*.h',
    'AdobeMobileSDK/AdobeMobileLibrary/*.h',
  ])
)

I'm wondering me if somebody is familiar with this issue

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