sendbird / sendbird-live-uikit-ios

Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions.
https://sendbird.com/docs/live/sdk/v1/ios/overview
Other
0 stars 0 forks source link

Swift package manager and pod issue #1

Open Saamu02 opened 7 months ago

Saamu02 commented 7 months ago

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:

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 commented 7 months ago

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

mininny commented 7 months ago

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 theBranchrule of the SPM and set it tomain`.

Please reach out if you have any more questions! Thanks