본문 바로가기

Xcode

[Xcode] SWIFT_VERSION

[Error]

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

- `` does not specify a Swift version and none of the targets (`Runner`) 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.

 

[Solution]

Xcode > Runner > Build Settings > + > User-Defined > SWIFT_VERSION: 4.2

'Xcode' 카테고리의 다른 글

[Xcode] Deep Link  (0) 2019.11.22
[Xcode] Clear Derived Data  (0) 2019.06.17
[Xcode] UIBackgroundModes remote-notification  (0) 2019.06.11
[Xcode] UIBackgroundModes fetch  (0) 2019.06.11
[Xcode] FacebookAdvertiserIDCollectionEnabled  (0) 2019.06.11