Skip to content

Failed to build module 'Quick'; this SDK is not supported by the compiler - Xcode 13 #1109

Answered by bclausdorff
luchi2300 asked this question in Q&A
Discussion options

You must be logged in to vote

Did you make sure, you were using Xcode 13.0 for compiling the dependencies with Carthage? If you got multiple Xcode versions installed on your machine, maybe a different one got used for building.

You can check which Xcode installation is active and will be used by Carthage via

xcode-select -print-path

You can switch the active Xcode installation, which will be used by Carthage by passing a path to xcode-select. On my machine this looks something like this:

sudo xcode-select -s /Applications/Xcode-13.0.0.app/Contents/Developer

For managing multiple Xcode installations on one machine, I can highly recommend Xcodes.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ikesyo
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #1108 on October 21, 2021 14:01.