tigase / Martin

(M) Martin - XMPP client library for Swift
Other
69 stars 27 forks source link

Please release a pod for this framework #5

Closed Zeeshan0075 closed 4 years ago

Zeeshan0075 commented 4 years ago

Is your feature request related to a problem? Please describe. hi, i added this tigase as framework to my project, since then my orignal project is behaving weird. archive fails & if i run the app directly from the simulator its crashes on launch but when i build & run from xcode its running.

Describe the solution you'd like I'm using cocoapods for managing my dependencies, but as i have added tigase as a framework and facing issues, i think if i add it as a pod it will not effect the project.

I'm using swift 5 & xcode 11.5, please guide me for this issue Regards.

hantu85 commented 4 years ago

Currently, we do not have any plans to add create and support for Pods. For Swift, there is SwiftPM, which is supported by XCode in the latest official build and can be used to manage dependencies and TigaseSwift in the mix branch already has support for SwiftPM.

Zeeshan0075 commented 4 years ago

Thankyou very much it worked for me... really appreciated.