cocpods 集成的时候为啥会有报错 swift4.0 xcode 9.1
Open
- Dominant language
- Swift
- Stars
- 4.3k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description
protocol IntegerPropertyProtocol: Integer, _BuiltInBasicType {
init?(_ text: String, radix: Int)
init(_ number: NSNumber)
}
error:Integer' has been renamed to 'BinaryInteger
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the CocoaPods integration with Swift 4.0 and Xcode 9.1, then inspect the IntegerPropertyProtocol declaration shown in the issue. Done means the project integrates and builds without the “Integer has been renamed to BinaryInteger” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100