Open mosluce opened 8 years ago
@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:
@mosluce Had the same issue. try 0.5.1 version from this commit e6a55a19972d9a5304eb7606be0443d6500f0257
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.
[!] Invalid
Podfilefile: syntax error, unexpected ':', expecting keyword_end pod 'SwiftString' :commit => 'e6a55a1'
@gfelot pod 'SwiftString', :git => 'https://github.com/amayne/SwiftString.git', :commit => 'e6a55a1'
Nice ;)
i have the same problem, Xcode 11.3.1 SwiftUI
error message in attachment