Hey folks. We're using KMP and Compose Multiplatfo...
# compose
e
Hey folks. We're using KMP and Compose Multiplatform for building iOS, Android and js apps and we've faced an issue with an enormous XCFramework size growth. It weighs about 237 mb now. Have any of you faced the same issue? Can you share any tricks on how to tackle it?
If I remove a simulator target and keep only arm64, XCFramework size shrinks to 155 mb, but the final downloaded app size doesn't change as it's already being cut off from the .ipa. Essentially it tells us the actual size for a single arm64 target is 155mb, which is crazy
Also XCFramework is being packed statically already
And also we're already doing stripping symbol table and local symbols from binaries