0

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?

Jonas
  • 121,568
  • 97
  • 310
  • 388

1 Answers1

1

Remove or comment out use_frameworks! in your podfile

user8127814
  • 316
  • 2
  • 13