Edit: *Was missing the `binaries { }` block in `io...
# multiplatform
j
Edit: Was missing the
binaries { }
block in
ios { }
packForXcode
fails with
Key debugFramework is missing in the map
on
Copy code
val framework = kotlin.targets.getByName<KotlinNativeTarget>(targetName).binaries.getFramework(mode)
Any Idea what I could be doing wrong?
👀 1
✔️ 1