Xcode 9: Swift dependency analysis error

前端 未结 2 557
一整个雨季
一整个雨季 2021-01-12 02:16

I have an iOS-app written in obj-C and UI-tests for the app in Swift. I recently installed Xcode 9 beta 2 and wanted to compile the app. I get the following error:

<

2条回答
  •  自闭症患者
    2021-01-12 03:00

    It tells that you need to specify the swift version in Build Settings. Just click project and go to Build settings (not the target) and set "Swift Language Version" to Swift 3.2 or Swift 4. Here you have an screenshot :)

提交回复
热议问题