nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

iOS16 crashed #144

Closed jiangdi0924 closed 1 year ago

jiangdi0924 commented 2 years ago

FeedKit is good package, it's very useful , but in iOS16 app crashed

error build: Invalid Swift parseable output message (malformed JSON):{ "kind": "began", "name": "compile", "-ivfsoverlay", "-Xcc", ...... ...about FeedKit info... ...... ], "pid": -1092, "process": { "real_pid": 4772 }

GarthSnyder commented 2 years ago

Thanks for the report, I will see if I can reproduce. PRs also welcome if you want to take a more detailed look.

nmdias commented 1 year ago

Hi @jiangdi0924,

Quickly tested on iOS 16 and Xcode 14 without issues. Kindly reopen if you still need help.

Thanks