I have a framework that depends on a couple of pods such as IQKeyboardManagerSwift, It used to work fine when I generate framework file and integrate it in a project that has the required pods installed. however, after updating cocoapods to version 1.11.2 the app that has the framework crashes with signal sigabrt from the framework on the first line that uses any of the pods, and the console prints
I've tried to revert back to cocoapods 1.10.1 but the crash keeps happening! I tried to change the linker flags options, framework path, header path, and it didn't work
Any ideas how to solve this issue or how to investigate it?