Replies: 1 comment 1 reply
-
Hi @mteahan85, unfortunately I'm not familiar with Apple watch development. You could try to build the framework with different settings to narrow down the problem or perhaps get a better error message.
You might also consider asking in the #multiplatform channel in the Kotlin Slack: https://surveys.jetbrains.com/s3/kotlin-slack-sign-up |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I had a question about configurations for watchOS. I'm trying to use Kotlin multiplatform to build a framework. I'm trying to support all possible targets (iOS, tvOS, watchOS, macOS). I'm familiar with the Android, but new to the iOS side and trying to learn about Swift package manager. I'm having an issue building the Swift Package.
I've set up my module's
build.gradle
file with all these targets and I've set up the plugin with versions for these targets:but I keep getting this error when running
./gradlew createSwiftPackage
:Has anyone run into this issue before or have thoughts on what I could be potentially be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions