You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
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
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
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
The text was updated successfully, but these errors were encountered:
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
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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:
pod repo update
or withpod install --repo-update
.I've tried a lot of way arounds but still I am unable to install the pod

Please check the screen shot
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
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
The text was updated successfully, but these errors were encountered: