Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Swift package manager and pod issue #1

Open
Saamu02 opened this issue Feb 17, 2024 · 2 comments
Open

Swift package manager and pod issue #1

Saamu02 opened this issue Feb 17, 2024 · 2 comments

Comments

@Saamu02
Copy link

Saamu02 commented Feb 17, 2024

Pod Issue:

I am unable to install the pod through pod 'SendbirdLiveUIKit', '>= 1.0.0'
I'm getting this error

[!] CocoaPods could not find compatible versions for pod "SendbirdLiveUIKit":
In Podfile:
SendbirdLiveUIKit (>= 1.0.0)

None of your spec sources contain a spec satisfying the dependency: SendbirdLiveUIKit (>= 1.0.0).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

I've tried a lot of way arounds but still I am unable to install the pod
Please check the screen shot
Screenshot 2024-02-18 at 4 38 27 AM

Swift Package Manager issue

If i tried to add Sendbird-live-uikit-ios through SPM and set dependency rule to "Up to Next Major Version" and "1.0.0"
I get this error
Screenshot 2024-02-18 at 4 36 02 AM

If i install package without setting dependency rule, the package install successfully but the app crashes right from the start.
getting this error then,

dyld[19495]: Symbol not found: _$s15SendbirdLiveSDK0B13EventDelegateP18didParticipantExit_11participantyAA0bD0C_AA0G0CtFTq
Referenced from: /private/var/containers/Bundle/Application/8954744B-E882-48CD-91F8-12BC73CC2870/Revohloo Development.app/Frameworks/SendbirdLiveUIKit.framework/SendbirdLiveUIKit
Expected in: <0FB50CDB-4EF4-3323-8E2B-820721D6631A> /private/var/containers/Bundle/Application/8954744B-E882-48CD-91F8-12BC73CC2870/Revohloo Development.app/Frameworks/SendbirdLiveSDK.framework/SendbirdLiveSDK

Screenshot 2024-02-18 at 4 37 50 AM
@Saamu02
Copy link
Author

Saamu02 commented Feb 18, 2024

@mininny can you please guide me... How to setup the SendbirdLiveUIKit for iOS

@mininny
Copy link
Contributor

mininny commented Feb 19, 2024

Hello @Saamu02 Thanks for your interest in Sendbird Live UIKit.
We do not have an official version of Live UIKit and the product is still in beta. We are not working on this product anymore, but you could rather use the sample to implement the Live SDK instead.

If you still want to use the Live UIKit, please specify the version to '= v1.0.0-beta.5' or Use the Branchrule of the SPM and set it tomain`.

Please reach out if you have any more questions! Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants