Martin Strambach

Results 7 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?