'cocoa touch framework missing symbol called

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

enter image description here

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?



Solution 1:[1]

For me this was an issue with the RealSwift pod, going back to version 10.20.0 solved it for me

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bob Ross