Adding swift framework extracted from IPA
问题 I'm trying to run an IOS app created by another dev that is using a cocoapod from a private repository I have no access to. I managed to extract the .framework bundle from the IPA and add it to the xcode project but it is not being recognized (I get "No such module"). Is it possible to do what I'm trying to achieve? So far, what I've tried: build it in release as I guess the framework in the IPA is in release add the .framework as embedded binary add the .framework as Linked Framework and