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

Swift package manager and pod issue #1

@Saamu02

Description

@Saamu02

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions