drmohundro / SWXMLHash

Simple XML parsing in Swift
MIT License
1.41k stars 205 forks source link

iOS 14 Compatibility Issue #235

Closed atarana closed 4 years ago

atarana commented 4 years ago

Hi, I was trying to migrate my app on iOS 14 but I encountered a problem with this package. This problem causes the error: "Can't remove first element from an empty collection"

drmohundro commented 4 years ago

Hey, sorry the delayed reply - just trying to clarify, is this an error that occurs during runtime or are you seeing a compilation issue?

atarana commented 4 years ago

Hi, it was a runtime error. I have just realized that the problem was in the iOS 14 SDK. Thank you!