CocoaPods / CocoaPods/CPDAcknowledgements

Increase iOS deployment target to 9.0 the minimum supported by Xcode 12

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
86
Forks
10
PR merge metrics
No merged PRs in 30d

Description

The CPDAcknowledgements.podspec declares as deployment target 8.0 but the minimum support by Xcode 12 is 9.0. So we need update it:

`s.ios.deployment_target` = '9.0'`

Now if we include this pod it produces the following error:

`
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.3.99.
`

Contributor guide

No contributing guide indexed for this repository

Research direction

Update CPDAcknowledgements.podspec, where the iOS deployment target is declared. Change s.ios.deployment_target from 8.0 to 9.0, then include the pod with Xcode 12 and confirm the deployment-target warning is gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
objective-c
Domain
build-system, mobile-dev
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.