if I were to bundle a KMP library inside an accomp...
# multiplatform
b
if I were to bundle a KMP library inside an accompanying iOS XCFramework (via cocoapods and/or SPM) (to remove the boilerplate ViewControllerRepresentable and make it a better DX for iOS devs) is there anything that I need to modify/adjust within the kmp lib for it to be transitive properly for distribution? Im running into weird BAD_EXC_ACCESS from a sample app - issues that aren't present when everything for the XCF is within the sample app