[!] 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
'iPhone' 카테고리의 다른 글
Firebase 이벤트 로깅 놓치기 쉬운 유의사항 (0) | 2021.01.13 |
---|---|
Swift 팀원 및 원격 빌드를 위한 cocoapods 프레임워크 캐싱 (0) | 2020.11.18 |
Swift Lint yml (0) | 2020.07.26 |
AWS Simple Notification Service p12 (0) | 2020.06.10 |
Safe area / layout by code for iPhone X, XS, XR, XS Max (0) | 2020.06.10 |