GetStream / swift-activity-feed

Stream Swift iOS Activity Feed Components
https://getstream.io/
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

SPM not resolving #21

Open haarj opened 2 years ago

haarj commented 2 years ago

Hi Stream!

I'm trying to migrate using GetStreamActivityFeed from CocoaPods to SPM but I'm getting a "...could not be resolved error". Let me know if you need any additional information.

Thanks

NikitaVashchenko commented 2 years ago

Hey, @buh any updates with SPM?

buh commented 2 years ago

Hey, I'm not working in Stream anymore 😅

NikitaVashchenko commented 2 years ago

Oh, Alexey, sorry for mentioning so

buh commented 2 years ago

Haha, no worries 😉

moubry commented 1 year ago

Any update here? Our project uses Swift Package Manager. We would prefer to not have to add CocoaPods to the project in order to use this framework.

Update: Oops, I’m sorry for commenting about this — I didn’t notice the portion of the README saying this project is no longer maintained. Sorry for the notifications.

chinesehemp commented 6 months ago

@moubry - I'm facing the same problem of not wanting to use cocoapods. What solution did you go with?

moubry commented 6 months ago

@chinesehemp You need to make requests to Stream's Activity Feed APIs from your backend via their server-side SDKs, then send that data yourself to your clients, where you are responsible for creating your own UI. Stream no longer supports client-side component libraries (like this one) for activity feed UI components.