Running my KMP app under iOS I get EXC_BAD_ACCESS in PlistSanityCheck occuring as the main Swift view calls my first commonMain composable.
After extensive questioning and refining Gemini is still convinced this is a compiler error and wants me to file a bug, but I'm unconvinced as this is my first return to the iOS section after converting to Compose.
I'm generating an XCFramework succesfully in Android Studio and using this to build (mostly) succesfully in XCode.
This is probably too vague a question, but are there any obvious gotchas I should check for? I've read everything I can find on the JB site and hunted around the rest of the internet and it seems like it should be really easy, but...