Carthage update does not work with error 'cannot create poswn 35'

enter image description here

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 --platform iOS"

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:

+4
source share
1 answer

, :

  • , ,
  • Ran carthage update --no-build && carthage bootstrap

toolchain Xcode 7.3 beta2 (7D129n). 0.12 , xcselect 7.2.1.

v0.11 . , , , . , sudo carthage update --platform iOS --no-use-binaries.

Xcode. .

+3

Source: https://habr.com/ru/post/1689059/


All Articles