Hey guys, I am trying to migrate an android app to...
# compose-ios
r
Hey guys, I am trying to migrate an android app to compose multiplatform and when building iOS app I am getting this error. Anything I can do to get some clue about what may be the issue?
Copy code
> Task :shared:linkPodDebugFrameworkIosSimulatorArm64 FAILED
warning: Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: shared. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
error: Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet

 * Source files: 
 * Compiler version: 1.9.0
 * Output kind: FRAMEWORK

error: kotlin.NotImplementedError: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
👀 1
full error stacktrace:
fulltrace.txt
d
Hello! Can you please create a minimal reproducible project ?
And share it on GitHub
r
Someone suggested that this happens when using inline composable functions on iOS. I am indeed doing something like that so I’ll try to remove that and I’ll report here if it helped.
👍 1
p
An issue for that has been raised here.
thank you color 1
r
Thanks @Priyanshu Jain
👍 1
Hmm now I'm getting a different error:
Copy code
error: java.lang.IllegalArgumentException: An interface expected but was Any
fulltrace.txt