Andreas Verhoeven

Results 9 comments of Andreas Verhoeven

@Minsheng any update on this? It pretty much breaks the homebridge integration :(

Isn't Carthage not meant for dynamic frameworks, instead of small components?

I'm happy to add Carthage support, but I have no idea on how to do that, other than creating a fully dynamic framework. I think making this into a framework...

Awesome, thank you!

It seems to be still broken, unfortunately. However, you can work around this by sending `command: 'closeDown'`.

Hmm, will try and see why it happens - thanks for reporting!

I don't have Xcode 8 yet, due to huge performance regressions: once I have, I'll take a peek. Thanks for reporting!

Tjat's just the way the example works. Can easily be changed by setting the seek time after trimming

The issue is caused by Xcode 16.1 trying to link in the Swift Concurrency back deployment library in iOS < 15. It does this by incorrectly linking to /usr/lib/swift_Concurrency.lib while...