Mathijs Bernson
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 =...