Mathijs Bernson

Results 8 comments of Mathijs Bernson

Hi, By auto translating your question I understand you're having trouble with code generation. For troubleshooting, please: * Ensure you followed the R.swift installation instructions from the README. * Ensure...

> For your use case, could you instead link to libgit2 in Swift Package Manager using a systemLibrary target? That approach has worked well for me in my Swift wrapper:...

I'm also running into this problem with my multiplatform SwiftUI app (supporting iPhone, iPad and Mac). I was surprised that even when I explicitly specify the platform on the command...

+1 to this! Someone already did the work of putting up a GitHub repository that mirrors the Firebase binaries: https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks I've used this in the last app that I made,...

Hi, I initially had cells with dynamic height like so: ``` swift func collectionView(collectionView: UICollectionView, layout: UICollectionViewLayout, sizeForItemAtIndexPath indexPath: NSIndexPath) -> CGSize { let measureCell = MyCell.measureCell let width =...

Of course, after creating this PR I noticed that #886 also exists with an implementation of this. 🤦🏼

There's a big real-world app that I'm working on that uses R.swift and strings files. I'm going to convert it to string catalogs soon (probably next week) and will test...

This localization workflow with typed localized strings is now supported in Xcode 26! That removes the need for this PR too. It supports multiple parameters and multiple string tables too....