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.
Unknown commented 4 years ago
Are you using TigaseSwift mix branch? Most likely, you will need to refresh (pull) new commits from TigaseSwift
Unknown commented 4 years ago
I'm using mix-new_chatslist. Thanks for quick reply, I'll try pulling within Xcode.
Unknown commented 4 years ago
I'm asking about TigaseSwift branch, not BeagleIM branch!
Unknown commented 4 years ago
Ah! Sorry, I got mixed. Xcode Swift Package Dependencies shows me I'm using TigaseSwift mix.
Unknown commented 4 years ago
Try refreshing TigaseSwift package, it most likely has old vesion cached from mix branch.
Unknown commented 4 years ago
Build Succeeded! Thanks a lot ?? I did File > Swift Packages > Update to Latest Package Versions
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.