iPhone

cocoapods-rome does not specify a Swift version and none of the targets

zombie45 2020. 11. 11. 06:45

[!] Unable to determine Swift version for the following pods:

- `HGCircularSlider` does not specify a Swift version and none of the targets ... integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
- `SwiftDate` does not specify a Swift version and none of the targets ... integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
- `SwiftyUserDefaults` does not specify a Swift version and none of the targets ... integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.

target 'My Project' do
    pod "Alamofire", '~> 4.9.0'
    current_target_definition.swift_version = '5.2'
end

 

 

반응형