I'm trying to make a KMM xcframework build for iOS by calling my buildXcFramework task (at the bottom of the code). But when I have "iosArm32" as one of the arguments in my frameworks array (4 lines up from the bottom of the code) I get:
"java.util.NoSuchElementException: Key releaseFramework is missing in the map."
When I remove "iosArm32" it builds fine. How do I get this to build an xcframework for iosArm32 and iosArm64?