Hi, I'm facing an issue with cocoapods plugin, I have a KMP library and I added the cocoapods plugin in it and imported a pod to support a functionality in IOS, now it's interesting atleast to me that whenever I build the library, the build fails but when I build my IOS app it builds successfully, after including the library in my app using
includeBuild("../kmp_library")
. Can someone explain what's the reason behind it? And help me in resolving this issue. Adding the error logs for the library build