Stasel

Results 43 comments of Stasel

In case anyone encounters this too, I have found a workaround by creating `DDXMLDocument` object instead: ```swift guard let ddDocument = try? DDXMLDocument(xmlString: xmlString, options: 0), let ddElement = ddDocument.rootElement()...

Oh this is very strange and annoying! It may be related to an issue existed a while ago with namespace collision between WebRTC and iOS Safari WebRTC libraries. But as...

Another workaround I have found is to disable library validation. This can be useful when debugging: ![image](https://user-images.githubusercontent.com/2033301/183304276-c1b8d01e-2a74-4ae9-9280-1aef732d7c51.png)

For me it works well with no issues. Perhaps it was related to the Cloudflare outage?

Perhaps it's something on your side? The releases are hosted on github servers and it should be working. I have released a new version M103 which does not include bitcode...

Hey, compiling webRTC for tvOS is not trivial and requires changing some C/C++ source files to make it work. I saw some people managed to do that but unfortunately I...

For me it works with a new iOS project. Can you share your environment? You should consider using SPM as well for easier integration

Hey @Shishani58 Not sure what is the purpose of the wrapper local package but it seems to cause the issue. If you directly reference the WebRTC-Package in your project it...

Can you try to reproduce the issue on the latest WebRTC version M103? Maybe it was fixed by the WebRTC folks

Hi @SeriousMax Sorry to hear that. I hope that I didn't mess up with M95 release. Did it work on M94? Is only Mac catalyst not working?