我正在開發一個具有20多個框架依賴項的應用程序,但並非所有應用程序都在3.0以上。所以我想繼續使用Swift 2.3。但是,在將我的Xcode更新到8.0後,我無法再構建我的應用程序。它失敗,出現以下錯誤:我如何繼續使用Swift 2.3而不是3.0,Xcode已更新並且無法再構建
「Use Legacy Swift Language Version」 (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
我不想將整個項目轉換爲3.0。
所以我的問題是如何保持Xcode 8.0更新後的一切?
我已經回答了一個類似的問題給你已經:http://stackoverflow.com/questions/39485577/alamofire-not-be-code-signed-because-its-settings-dont-specify-a-development/39485655 #39485655你應該可以使用它來調整你的框架 – tech4242
看到這個http://stackoverflow.com/questions/38446097/xcode-8-beta-3-use-legacy-swift-issue –