amayne / SwiftString

A comprehensive, lightweight string extension for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fail

mosluce opened this issue · comments

2016-03-21 4 11 39

error message in attachment

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

It's installed via cocoapods
my steps:

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

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

commented

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 ?

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

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

commented

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

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

commented

Nice ;)

i have the same problem, Xcode 11.3.1 SwiftUI

Schermata 2020-03-14 alle 20 19 13