Reputation: 2145
I upgraded to macOS Ventura using Xcode 14.1 and I'm now getting this build error:
iOS deployment target is 16.0 and project format is Xcode 14.0 compatible. I'm using cocoapods 1.11.3 for package management.
Upvotes: 7
Views: 12565
Reputation: 2145
Turns out you have to go to Project > Info > Configuration and change the following:
Upvotes: 5