Does the prefix_header_contents in CocoaPods refer to the definition of a precompiled header that is included during compilation process?
I have a standalone iOS project that currently needs to be converted into a framework. My goal is to directly integrate this native project into a KMM (Kotlin Multiplatform Mobile) setup, where the Android side has already been accomplished with build scripts. As a git submodule, the project can operate independently and also function as a component within the KMM project.