85 x ld: warning: building for iOS, but linking in .tbd file (<filename>.tbd) built for iOS Simulator

Hi!

My Python-Kivy app works on iOS now! Both on the Xcode iPhone 7 simulator AND on a physical iPhone 7.
But when I deploy it on the physical iPhone 7 I get 85 annoying warnings of this form:

ld: warning: building for iOS, but linking in .tbd file (<filename>.tbd) built for iOS Simulator

What can I do about that?

Thank you.

Henrik

Replies

Kivy is not a framework of Apple's. You would get better responses sooner when you write the same question in the supporting site or the community site of it.
OK. I will try that. Thanks.
Yes! On a Kivy discussion forum on discord.com (Apple will not allow me to write the direct link here) someone showed me how to delete 2 Build Settings in Xcode containing 'simulator'. That solved it.