SwiftString icon indicating copy to clipboard operation
SwiftString copied to clipboard

build fail

Open mosluce opened this issue 8 years ago • 10 comments

2016-03-21 4 11 39

error message in attachment

mosluce avatar Mar 21 '16 08:03 mosluce

@mosluce Could you add more details? Is this installed via cocoapods? Whats in your build step for Copy Bundle Resources?

amayne avatar Mar 21 '16 20:03 amayne

It's installed via cocoapods my steps:

  1. put pod 'SwiftString' in Podfile
  2. pod install
  3. build project > build error

mosluce avatar Mar 22 '16 11:03 mosluce

@mosluce Had the same issue. try 0.5.1 version from this commit e6a55a19972d9a5304eb7606be0443d6500f0257

xNekOIx avatar May 09 '16 09:05 xNekOIx

I have the same problem. From cocoapod you can install 0.5.0. But this issue was fixed in the 0.5.1. Can you make it available on cocoapod repo ?

gfelot avatar May 14 '16 20:05 gfelot

@amayne can you please add tag 0.5.1 for e6a55a1 commit?

xNekOIx avatar May 14 '16 21:05 xNekOIx

@gfelot you can try to use pod 'SwiftString' :commit => 'e6a55a1' in your Podfile until updated version will be added to cocoapods specs repo.

xNekOIx avatar May 14 '16 21:05 xNekOIx

[!] InvalidPodfilefile: syntax error, unexpected ':', expecting keyword_end pod 'SwiftString' :commit => 'e6a55a1'

gfelot avatar May 14 '16 21:05 gfelot

@gfelot pod 'SwiftString', :git => 'https://github.com/amayne/SwiftString.git', :commit => 'e6a55a1'

xNekOIx avatar May 15 '16 06:05 xNekOIx

Nice ;)

gfelot avatar May 15 '16 09:05 gfelot

i have the same problem, Xcode 11.3.1 SwiftUI

Schermata 2020-03-14 alle 20 19 13

priore avatar Mar 14 '20 19:03 priore