I'm trying to add pod support to custom framework. I have added Speechkit as dependency in pod spec. while running pod lib lint, i'm getting following error message
Thanks in advance
I'm trying to add pod support to custom framework. I have added Speechkit as dependency in pod spec. while running pod lib lint, i'm getting following error message
Thanks in advance
 
    
    I'm not very sure about that, but it seems that until the static library dependency you rely on is changed into a dynamic framework, you have no other choice than waiting for it to happen : check this issue.
