Unknown opened 5 years ago
|
|
I suppose that you are using code from This error means that XCode in your case compiled TigaseSwift for macOS not for iOS. |
|
Does the changes in the Also, SwiftPM seems to want to include |
|
There is still a need to add WebRTC and OpenSSL as SwiftPM does not allow (yet?) to depend on binaries and WebRTC and OpenSSL are huge and require a lot of time to compile. TigaseSwift and TigaseSwiftOMEMO will be fetched by SwiftPM. |
|
Thanks @hantu85 for a superfast reply and fixing |
|
By creating a new workspace and adding SiskinIM project using the Then I've added OpenSSL and built it. Then I tried building the SiskinIM > Shared library and to make it successful I had to:
Finally, I had to go back a few commits (to d747cdc) to remove code errors due to audio/video development. SiskinIM built successfully and launched in the Simulator. |
Hello,
I've downloaded the project from github and trying to run the code.
I'm getting these error
No such module 'TigaseSwift'
. then I downloaded the TigaseSwift framework from this link(https://github.com/tigase/tigase-swift) and added the project. Now I'm getting below error./Users/raju/Documents/siskin-im-master/SiskinIM/vcard/VCardEditAddressTableViewCell.swift:23:8: Module 'TigaseSwift' was created for incompatible target x86_64-apple-macos10.11: /Users/raju/Documents/siskin-im-master/TigaseSwift.framework/Modules/TigaseSwift.swiftmodule/x86_64.swiftmodule
Thanks