
I have an application that was developed in Xcode 7.3 and Swift 2. Now I am trying to convert it to Swift 3.0.2, since the dependency manager that I use is Carthage. Now I am updating my Carthage so that all frameworks must support fast 3.0.2. To do this, I first used the following command:
"carthage update
Now it extracts all the dependencies and checks all the dependencies, but then after checking it, it starts building dependencies and when creating the dependency, it simply fails with an error.
Here is the attached screenshot of the error. I am completely empty about what I am missing in this case:
source
share