-
Hi,
first of all, great job!!!
I have encountered a problem that occurs only when I try to parse an RSS feed on Apple Watch device (on simulator it works).
the feed has the following url:
http:/…
-
# Report
Pod [page](https://cocoapods.org/pods/FeedKit) not recognizing Swift Framework as `Tested`.
I had a `Tests` folder, and moved tests into a `Tests/FeedKitTests` folder. And the issue appea…
-
I have an aging website whose backing store is a whole pile of [Atom Entry Document](https://tools.ietf.org/html/rfc4287#section-2)s, and I'd like to replace the Python script that processes them with…
hober updated
4 years ago
-
> I think we reach the limits of NSXMLDocument 's "closed box" approach. Catching errors and recovering from them would not be easy and would require parsing NSError's localizedDescription.
>
> I a…
Eitot updated
4 months ago
-
Hi team,
I am facing some issue with opening one url. The url is https://www.diabetes-m.com/feed/ and it calls xml data. Unfortunately after parsing with your library, and error returns "The file “…
plami updated
5 months ago
-
Using the latest `xcodegen` from Homebrew in this repo https://github.com/igorkulman/iOSSampleApp/ (`master` branch) with the following config
````yaml
name: iOSSampleApp
options:
createInter…
-
While literally speaking it made sense to close issue #141, this repo is still missing its documentation.
@nmdias, do you have the old files published on the now defunct CocoaDocs handy?
As a se…
-
Undefined symbol: nominal type descriptor for FeedKit.RSSFeedItem
Undefined symbol: protocol conformance descriptor for FeedKit.ParserError : Swift.Error in FeedKit
Undefined symbol: FeedKit.Fee…
-
A blog I follow (via Feedbin ❤ ) has been collecting data about [RSS feedreaders' bad behavior](https://rachelbythebay.com/w/2024/08/02/fs/). Feedbin is mentioned in the list:
> Feedbin. Hella broken…
-
Thanks for this great cocoapod.
I came across a need to check for duplicate RSSFeedItems. It is really convenient to convert the array of items into a Set and then back to array, however, at a min…