pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

Is it possible to build a dynamic library for iOS? #91

Closed ibc closed 9 years ago

ibc commented 9 years ago

Currently the Xcode project builds a static .a library, is it possible to build a dynamic one?

ibc commented 9 years ago

I need a dynamic library since I need to use the iOS WebRTC build library within a Swift project, and it seems that currently Swift does not allow static libraries but just dynamic ones.

ibc commented 9 years ago

No longer needed.