[Xcode 15 Beta 3] ld: unknown options: -ios_simulator_version_min -sdk_version

Our Kotlin MPP code which compiled/linked fine using Xcode 15 Beta 2 no longer links using Xcode 15 Beta 3:

ld: unknown options: -ios_simulator_version_min -sdk_version

Is the option ios_simulator_version_min removed/renamed? (Intentionally?)

Should Apple or JetBrains fix this?

(also reported to JetBrains as KT-60238).

Post not yet marked as solved Up vote post of phirk Down vote post of phirk
1.8k views
  • I have the same problem. Any solution?

Add a Comment

Replies

I suspect that this is fallout form the switch to ld_prime. These older platform-specific options have effectively been subsumed by the all-singing all-dancing -platform_version.

also reported to JetBrains as KT-60238

Thanks. I think that’s the best path forward here. They can file their own bug if it’s important that Apple fix something here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

We are in the same exact situation with our Kotlin MPP project. This is still an issue with XCode Version 15.0 (15A240d).

Did you escalate this with your tools vendor?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have the same problem.

I have the same problem.

And I have the same question: Did you escalate this to your tools vendor?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Any update here?

Having the same problem.