Pavan

Results 31 comments of Pavan

But i think proposed solution is to test for Xcode14 beta since it's new feature there

@danyf90 Sorry for delay response looks like build success and tool generated but when I try to generate the project getting following errors ```swift warning: 'swiftgen': 'swiftgen' dependency on 'https://github.com/kylef/Stencil.git'...

@danyf90 We don't have macos target, BTW official tuist tool works fine with our project. Below command I'm using, Can you try from your end on sample app? `swift run...

HI, Just to curious to know, is dSYM alone enough to symbolicate the crash report without .app, i have tried this scenario, but crash reports were not symbolicated without .app...

Excerpt from https://developer.apple.com/library/ios/technotes/tn2151/_index.html Symbolication - resolving backtrace addresses to source code methods and lines - requires the application binary that was uploaded to the App Store and the .dSYM file...

@kstenerud Yes i have tried many times having dSYM only while symbocating by verifying UUID but i was unable to see fully symbolicated, again now also i tried symbolicating with...

@ZevEisenberg It's not basically Xcode that translates `strings catalog` into `Localizable.strings` during compilation time, but the issue with SwiftGen now is it expects `Localizable.strings` file to be expected in the...

@ZevEisenberg Yes that's right, it will be great if SwiftGen supports string catalogs too

@kishikawakatsumi Is there any exact timeline, since we have upcoming release by may but we need to test the app with SDK before we release