HOME > 問題解決一覧 > [Xcode8]The following binaries use incompatible versions of Swiftのエラーが出る
Xcode8でSwift3に対応したプロジェクトをRunしたら下記のエラーがでました。
The following binaries use incompatible versions of Swift
どうやら今までSwift2.3で開発していたプロジェクトをXcode8で機能追加する場合にこのエラーが出るようです。
You can also get this problem, if you have the scenario of your container app’s code is Swift 2.3 and you’re creating a new extension in Xcode 8.
Xcodeプロジェクトを再起動してクリーン(command + k)したらエラーが改善しました。
参考記事
この記事に関する質問やご意見・ご感想がありましたら、下記よりコメントください。
Githubアカウントでログインしていれば誰でも投稿できます。