Logan Shire

Results 48 comments of Logan Shire
trafficstars

I think just the same ones you're currently using in your examples -- FirebaseAnalyticsWithoutAtIdSupport and FirebaseCrashlytics. I was just using a newer version of the dependency than your example.

> Can you share a Swift file showing the imports and how you use Agora? @cgrindel I only use the voice call functionality from the core AgoraRtcKit library. It's basically...

@cgrindel Update: I managed to get it working (or at least, not crashing). After I updated to their 4.X version the error was a bit easier to understand. It seems...

@rasberik Hmm this is an interesting question. I never thought about the use case of injecting additional source files into the library but I don't think it would be too...

@ed-irl I created the new swift_proto_library rule with customizable swift_proto_compiler targets specifically to address this issue. Previously, the old swift_proto_library implementation could *only* use the SwiftProtobuf and grpc-swift dependencies defined...

@cgrindel It was specifically the ManagedAtomic type in swift atomics that was failing on ubuntu. I think the flag was not necessary on apple platforms because their linker has different...

@cgrindel I did actually diff the flags when going down that rabbit hole. IIRC the flags weren't meaningfully different (before I added the alwayslink flag), but Apple ships a modified...

As @luispadron pointed out, I had a duplicate entry for swift-collections in my Package.swift. The swift package resolve command did not emit a warning and Package.resolved had only one entry...