Open
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
Labels
No labels