Kotlin / kmm-integration-sample

Apache License 2.0
92 stars 47 forks source link

need support for Xcode 15 #23

Open mrrobot97 opened 6 months ago

mrrobot97 commented 6 months ago

Task :shared:linkDebugFrameworkIosX64 FAILED ld: unknown options: -ios_simulator_version_min -sdk_version

ld comes with Xcode 15(15A240d) do not recognize options: -ios_simulator_version_min -sdk_version

ahahn94 commented 2 months ago

Hi. Have you been able to find a workaround for this issue? I'm currently struggling with the same problem 😞

mrrobot97 commented 2 months ago

Hi. Have you been able to find a workaround for this issue? I'm currently struggling with the same problem 😞

No, I have give up.

ahahn94 commented 2 months ago

I found this repo and was able to build the project in XCode 15 without any changes:

https://github.com/Kotlin/kmm-production-sample Kotlin/kmm-production-sample: This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.https://github.com/Kotlin/kmm-production-sample github.comhttps://github.com/Kotlin/kmm-production-sample [apple-touch-icon-180x180-a80b8e11abe2.png]https://github.com/Kotlin/kmm-production-sample

I hope that I can use this to get started on KMM, as I chose it as the topic for my masters thesis.

Am 28.04.2024 um 12:38 schrieb hiki @.***>:



Hi. Have you been able to find a workaround for this issue? I'm currently struggling with the same problem 😞

No, I have give up.

— Reply to this email directly, view it on GitHubhttps://github.com/Kotlin/kmm-integration-sample/issues/23#issuecomment-2081428790, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGIWVVQGNIQKSWW7WA3OZS3Y7TGRJAVCNFSM6AAAAABBGFRQCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGQZDQNZZGA. You are receiving this because you commented.Message ID: @.***>

ahahn94 commented 2 months ago

@mrrobot97 https://github.com/Kotlin/kmm-basic-sample is working too 🙂