IOS link .tbd library?

i want use a third part IOS framework.
and there need link some IOS official framework(and .tbd).

.so .it`s easy link .framework.
But how link .tbd file?

the same question

If you want to use “libz.tbd”, you only need to add this code PublicAdditionalLibraries.Add (“z”).

1 Like