Skip to content
Discussion options

You must be logged in to vote

After many, many hours of debugging, I finally figured out why I was having this compilation problem on CI.
We use .xcconfig files for our project, and one of the files had defined the following:

IPHONEOS_DEPLOYMENT_TARGET = 17.0

This causes the problem stated above.
I removed this configuration from the .xcconfig file, and added it to the main .xcodeproj file instead, and that fixes the problem.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@cabeca
Comment options

@mbrandonw
Comment options

@cabeca
Comment options

@cabeca
Comment options

@cabeca
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by cabeca
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