Describe the bug
I am trying to build BeagleIM in Xcode using branch mix-new_chatslist but I encounter a flood of errors related to JingleModule and JingleManager.
To Reproduce
Steps to reproduce the behavior:
Open "BeagleIM.xcodeproj" and change "Team" in "Signing & Capabilities" to my own
Add "OpenSSL.xcodeproj" from github.com/krzyzanowskim/openssl and build it for macOS
Build "BeagleIM" and see dozens of errors starting with: "BeagleIM/voip/JingleManager.swift:30:72: Type 'JingleModule' has no member 'JingleMessageInitiationEvent'" etc.
I tested it's possible to build BeagleIM by going a few commits back where JingleModule was not an issue, but I would like to be able to compile the latest state.
Describe the bug I am trying to build BeagleIM in Xcode using branch mix-new_chatslist but I encounter a flood of errors related to JingleModule and JingleManager.
To Reproduce Steps to reproduce the behavior:
I tested it's possible to build BeagleIM by going a few commits back where JingleModule was not an issue, but I would like to be able to compile the latest state.