You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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.
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)
The text was updated successfully, but these errors were encountered: