3

I use Carthage and I get the error Couldn't generate Swift representation when I touch import module in own class. I tried several libraries and I got the same result. I wrote there and there but it didn't help me. enter image description here enter image description here

Community
  • 1
  • 1
Alexander Khitev
  • 6,417
  • 13
  • 59
  • 115

1 Answers1

0

I just rename the project folder from Development for iOS to Development.

Alexander Khitev
  • 6,417
  • 13
  • 59
  • 115
  • Which project folder ? Can you explain more how it was solved ? – Bishal Ghimire Nov 25 '16 at 08:58
  • For future reference: This error seems to occur due to Xcode not handling spaces in paths well. For me, renaming my xcodeproj and target name to not include any spaces did the trick. – Ahti Dec 24 '16 at 07:02