GetStream / swift-activity-feed

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

Could not load PostHeaderTableViewCell #14

Closed marcnpopa closed 3 years ago

marcnpopa commented 3 years ago

Hi, I'm playing with the iOS Activity Feed tutorial (https://getstream.io/ios-activity-feed/tutorial/) and all works well until I try to add an item to the feed and I get: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle<...> with name 'PostHeaderTableViewCell'' *I used Swift Package Manager to integrate your library A solution/fix would be greatly appreciated, thank you.

b-onc commented 3 years ago

Hello @marcnpopa SPM support for Activity Feeds is not implemented yet, so it's not usable. It's in our backlog and we'll introduce it. Currently, only Cocoapods and Carthage is supported.

marcnpopa commented 3 years ago

Cool, thank you for the fast response. I will use Carthage