Unable to build from source in Xcode due to JingleModule errors (#525)
Closed
Unknown opened 4 years ago

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:

  1. Open "BeagleIM.xcodeproj" and change "Team" in "Signing & Capabilities" to my own
  2. Add "OpenSSL.xcodeproj" from github.com/krzyzanowskim/openssl and build it for macOS
  3. 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

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/beagle-im#525
Please wait...
Page is in error, reload to recover