following pods are integrated into targets that do not have the same Swift version

后端 未结 6 881

I am updating my project to Swift 3. When updating some of my cocoapods to swift 3, I receive the following message in terminal, after running pod install:

          


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-17 08:58

    For CocoaPods App v.1.1.1 this problem was solved by setting Use legacy Swift Language Version to Unspecified in Build Settings section for all targets.

    Probably it's an app bug - all targets had the same settings but CocoaPods app complaining only about one of them.

    UPD: to be able to compile project I had to change it back from Unspecified to No

提交回复
热议问题