https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

mkrussel

09/21/2021, 8:40 PM
After installing Xcode 13, I can no longer create the interop libraries for my framework generated from the Xcode. I've got building the framework as a dependency of the interop task in gradle. This worked before when I was using an Xcode 12.x release. It's an Objective-C framework. The error message is just that it could not build the module.
/var/folders/qt/q46m5kx100j30g9hdl4rzf_h0000gn/T/16722905496877169974.m:1:9: fatal error: could not build module 'PangeaMapView'
Does Kotlin not support outputs from Xcode 13? Are there any logs with more detailed information about the failure? I'm on Kotlin 1.5.21 to work with Jetpack Compose.
👀 1
m

Mejdi

11/02/2021, 3:57 PM
hey @mkrussel were you able to get a fix on this ?
m

mkrussel

11/02/2021, 3:59 PM
I had to upgrade the version of Kotlin to 1.5.31. That fixed the problems I had. I needed to disable composes version check the latest for it at the time checked for 1.5.30, but 1.5.31 still worked.
👍 1
5 Views