Martin Strambach

Results 12 comments of Martin Strambach

@Kaspik Thumbs up for raising this. @ryanwilson Any updates? We're seeing the same behavior. The slowest parts are FBLPromises, GoogleDataTransport, and FirebaseCrashlytics. Slow compile times can be also observed with...

@morganchen12 It probably works like that, but it behaves the same even if you create an empty project and link only Firebase Analytics. If you add Crashlytics and Performance it...

@dingtianran The same happens on Intel macs as well, not just Apple Silicons.

I can confirm the issue is fixed with changes in `fix/load-before-view-appear` for us as well. Though I can't share any minimal working example because we have many nested UI elements.

I was able to fix the error by defining the framework as dynamic framework in the `Package.swift`. ``` #if TUIST import ProjectDescription import ProjectDescriptionHelpers let packageSettings = PackageSettings( productTypes: [...

Tried it, but it doesn't help. In my case, it happens due to Nimble dependency in tests. `ld: warning: Could not find or use auto-linked library 'swiftCompatibility56': library 'swiftCompatibility56' not...

@malcommac Could you please take a look a this?

Any plans to fix this issue? I wanted to add glow to my image by repeating and blurring the same image in ZStack. Unfortunately, `gaussianBlur` is unusable for me without...

@fortmarek Does this issue have any priority? I believe it should be a standard behaviour since you can break your project just by updating dependencies even if you setup everything...

Also when I mark TCA's `Sharing` framework as dynamic - `"Sharing": .framework`. I get tons of errors in unit tests due to some colliding system framework. Therefore it may not...