Humonics Global
Humonics Global

Reputation: 1

VialerPJSIP PJSIP The 'Pods- ' target has transitive dependencies that include statically linked binaries:

I'm trying to install an objective-c Wrapper for Jsip 'VialerSIPLib' and use it in my Swift project here is my pod getting the error:

The 'Pods- ' target has transitive dependencies that include statically linked binaries: (/Users/apple/Desktop/PJSIP NEW/VialerSIPLib/Example/Pods/Vialer-pjsip-iOS/VialerPJSIP.framework)

Can anyone help to solve this?

Upvotes: 0

Views: 636

Answers (1)

user8127814
user8127814

Reputation: 316

Remove or comment out use_frameworks! in your podfile

Upvotes: 1

Related Questions