I just updated to Xcode 14 and am now also running...
# multiplatform
t
I just updated to Xcode 14 and am now also running into this issue. The framework created by Kotlin for both watchosArm32 and watchosArm64 is too big. The App Store rejects the binary. The maximum size for watch apps is 75MB but my app is 81MB. The Kotlin framwork is 58.5MB which is the issue here. Doesn’t really seem fair as it contains two targets. Anyone know how to solve this issue?