Conversation
Without this you have to manually specify the Swift version every time you do a pod update or pod install
|
Hi @hons82, thanks for the update. Is this setting documented yet on CocoaPods web site? I could not find anything. |
|
I'm not sure about that... We did both in this repo just to be sure |
|
Ok, I think we can wait for some official documentation first before merging this. Thanks. |
|
Hi @evgenyneu, what is the status of this PR. I was migrating my project from Swift 2.2 to Swift 3 in Xcode 8.1, and it turns out Xcode cannot correctly infer the SWIFT_VERSION. What I see in the Build Settings of the project is Unsupported Version: 3.0, while I believe it expects something else. |
|
Hi @hristouzunovaz, I am still waiting for cocoapods to officially implement the swift version setting in the podspec file. As written here, cocoapods "defaults to Swift 3.0". I would like to know:
|
Without this you have to manually specify the Swift version every time you do a pod update or pod install