xcodeswifttvostvos9.1applovin

Applovin tvOS LIbrary Issues


I apologize but I am new to tvOS development, an programming in general.

IDE: Xcode 7.2.1 language: Swift 2 platform: tvOS

I am currently trying to integrate the AppLovin SDK for my tvOS app.

I have followed the documentation and have everything set up for Swift.

However, there is one glaring problem. when downloading the SDK the static library File: libAppLovinTVOS.a does not populate as a library.But rather a generic Document file.

I have downloaded it a couple times to see if it was just an error in downloading. Even tried to go to their gitHub to no avail. Any help will be deeply appreciated.

(sorry for breaking up the text it helps with my dyslexia)


Solution

  • when downloading the SDK the static library File: libAppLovinTVOS.a does not populate as a library.But rather a generic Document file.

    There's nothing wrong. The file is a static library, not a framework, and it's completely normal for those to appear as plain old document files. I've got several similar libraries in my iOS project right now and they have exactly the same generic icon.