Any recommendations for xcframework size optimizations in project setup or the
build.gradle.kts
file? My raw release xcframework is around 60MB.
n
Nikolay Kasyanov
11/16/2022, 8:42 AM
one step would be making public only what’s absolutely necessary. It’s not only about header file size, but also about Obj-C runtime bridge code generated for each public type.
Nikolay Kasyanov
11/16/2022, 8:43 AM
Keep in mind that xcframework also contains simulator binaries, so the real App Store size impact would likely be below 60 megs