Skip to content

Compile with Xcode 15.1 help #89

Discussion options

You must be logged in to vote

Hi! The zip you sent does not contain all the files needed to build the project. For example the libs.versions.toml file is missing.

However, based on the full error I think the issue might be a mismatch between Xcode versions. The Kotlin compiler probably uses a newer version of Xcode than 15.1. This might not cause an issue with pure Obj-C code but it's a problem for Swift because there is no forward compatibility (see https://developer.apple.com/forums/thread/749540).

Kotlin usually uses the "default" Xcode version so you can check which one it is by running this command: xcode-select -p.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DarshanNairDiscovery
Comment options

@FilipDolnik
Comment options

Answer selected by DarshanNairDiscovery
@DarshanNairDiscovery
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants