Dariusz Rybicki

Results 13 comments of Dariusz Rybicki

Hi @stephencelis! Unfortunately, I can't do it now, as I encountered the issue when working on a commercial, closed-source project. It could be connected to layout, which in my case...

@stephencelis oh, sorry, here is the link locked to SHA: https://github.com/pointfreeco/swift-snapshot-testing/blob/a3c7927643c20a703f60b2379d76543201903a6a/Sources/SnapshotTesting/Common/View.swift#L354 The line numbers shifted on the `main` branch, but the commented out code is still there: https://github.com/pointfreeco/swift-snapshot-testing/blob/6bc120bb9119f7e65b87a3c29a798b0f57f103e2/Sources/SnapshotTesting/Common/View.swift#L443

Unfortunately, I didn't have time to work on this issue and research for a solution.

🤔 I guess it should be possible to work it out, but I am not sure how yet.

Google provides two versions of the SDK now: - `v7.1.0` in form of legacy fat frameworks (without support for ARM64-simulator) - `v7.1.0-beta` in form of XCFrameworks (with ARM64-simulator support) There...

> The problems with Google's [**XCFramework**](https://developers.google.com/maps/documentation/ios-sdk/config#install-the-xcframework)s are: > > - They don't contain an [Info.plist](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html) file. > > - They binary inside is a static library rather than a dynamic...

> I tried embedding Google's _**XCFramework**_s inside this repo _**XCFramework**_s and it was a success, one problem was The framework name need to be different than Google's framework names to...

I didn't do anything special here. Started by forking this repository and duplicating the Xcode project to have two of them. One is using ".framework" files for physical devices and...

This is a strange issue indeed. It's hard to tell if this is a bug in SwiftUI or a problem with ComposableArchitecture. It seems to be only reproducible when action...

I need to customize `DerivedData` path for my project as well. While I don't have a solution for the problem, I did some research, and here is what I found:...