building for tvOS simulator, but linking in object file (/Users/.../..../)) built for iOS. Note: This will be an error in the future.

I am trying to build the a project which uses a third party framwork written in Objective C. My tvOS project is written completely in swift. I am getting more than 100 similar warning messages. Also, I have cocoa pods installed.


Does anyone faced the similar issue? Please help to resolve these warning messages.

building for tvOS simulator, but linking in object file (/Users/.../..../)) built for iOS. Note: This will be an error in the future.
 
 
Q