Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fail #17

Open
mosluce opened this issue Mar 21, 2016 · 10 comments
Open

build fail #17

mosluce opened this issue Mar 21, 2016 · 10 comments

Comments

@mosluce
Copy link

mosluce commented Mar 21, 2016

2016-03-21 4 11 39

error message in attachment

@amayne
Copy link
Owner

amayne commented Mar 21, 2016

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

@mosluce
Copy link
Author

mosluce commented Mar 22, 2016

It's installed via cocoapods
my steps:

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

@xNekOIx
Copy link
Contributor

xNekOIx commented May 9, 2016

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

@gfelot
Copy link

gfelot commented May 14, 2016

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 ?

@xNekOIx
Copy link
Contributor

xNekOIx commented May 14, 2016

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

@xNekOIx
Copy link
Contributor

xNekOIx commented May 14, 2016

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

@gfelot
Copy link

gfelot commented May 14, 2016

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

@xNekOIx
Copy link
Contributor

xNekOIx commented May 15, 2016

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

@gfelot
Copy link

gfelot commented May 15, 2016

Nice ;)

@priore
Copy link

priore commented Mar 14, 2020

i have the same problem, Xcode 11.3.1 SwiftUI

Schermata 2020-03-14 alle 20 19 13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants