This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
GCDWebServer will not work on Xcode 13 #528
Labels
Comments
I pushed #529 to fix the issue |
Any news when the PR might get merged? |
I don't have permissions but hopefully one of the owners can merge it |
If you use Cocoapos, you can fix this by following CocoaPods/CocoaPods#9884 (comment) |
@swisspol any chance this could get merged sometime soon? 🙏🏽 |
@mstralka instead of explicitly setting a deployment target, you can instead delete them from the pods, causing them to inherit the top-level deployment target. example:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when using GCDWebServer on Xcode 12, it produces a warning of the format
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
This means that it will be incompatible with Xcode 13, when it comes out.
As a result, the ios deployment version should eventually get bumped to 9.0.
The text was updated successfully, but these errors were encountered: