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
Have you thought about adding support for the cocoapods-pod-linkage plugin? As explained in this post cocoapods only allows to specify one type of linking for all the pods. This is specially a problem when having multiple targets like it is the case with the Unity Xcode project after they changed to use a UnityFramework library. We have this problem when integrating different Ironsource adapters where some of them should use static and some of them should use dynamic linking.