I'm creating a pod that needs a static library (AdobeMobileLibrary.a)
This library has a dependency with libsqlite3.0, but adding it and then compiling it shows this error
error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/lib/libsqlite3.0.tbd is not an object file (not allowed in a library)
Someone who can help me? Thanks