Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic framework support #104

Open
VilemKurz opened this issue Mar 22, 2016 · 2 comments
Open

Dynamic framework support #104

VilemKurz opened this issue Mar 22, 2016 · 2 comments

Comments

@VilemKurz
Copy link

In a current state it is not possible to use SOAPEngine as a dependency in a podspec, when the client app uses swift (has use_frameworks! flag in its podfile).

the cocoapods error message during pod install is "The 'XXX' target has transitive dependencies that include static binaries".

More information and discussion is here: CocoaPods/CocoaPods#3841 (comment)

@priore
Copy link
Owner

priore commented Apr 9, 2016

Hi,
the real issue here is that our framework supports iOS 7.1 and later but iOS 7 can't have dynamic frameworks, and for now we want to preserve compatibility with iOS 7.

In a new version, from 2.0 and later, we will support from iOS 8 and later, and then we can compile our framework as dynamic library but this new version is still in the design phase.

@jcoudsi
Copy link

jcoudsi commented Jul 3, 2017

Hi,
In your main page, iOS 8 is indicated as minimum version, but the real minimum version is iOS 7 (as you said).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants