gerchicov-vg

Results 22 comments of gerchicov-vg

Found out that this problem isn't related to SwiftUI only but also to Foundation: https://fatbobman.medium.com/attributedstring-making-text-more-beautiful-than-ever-98deb093f617 ``` // Localizable Chinese "world %@ %@" = "%@ 世界 %@"; // Localizable English "world...

@daltoniam when will it be merged?

Possibly my issue is similar: https://github.com/nathantannar4/InputBarAccessoryView/issues/266

@hoangphuc2905 they have already said that they broke Xcode 15.x support

@Dallanosm downgrading only or upgrading project to support Xcode 16. This problem happens with other packages too

@dluffymonkey I chose >6.0.0 and it downloaded 6.0.1. It is ok for me but I don't understand why Xcode doesn't do that automatically. In the same time tag "6.1.0" exists...

I faced another situation with some pod when its new version was already released in its own GitHub repo but it wasn't "released" in cocoapods system. Is it the similar...

I faced with the same problem even with `>=6.0.0` in another project. I tried different options with adding SPM and found out that "=6.0.0" works. Then I just changed back...

updated Xcode to 16.2 now even old library versions don't work This helped https://stackoverflow.com/a/79428572/805701