scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Swift 5.5.2 #200

Closed mdecaro closed 2 years ago

mdecaro commented 2 years ago

Can't load package since updating Xcode to latest (13.2) using the PackageManager. When I try to load the package it hangs on 'Preparing to validate'.

To complicate matters when I tried cocoa pods, that app crashed!!

Any workarounds?

cfristrom commented 2 years ago

This seems to be an issue with the 13.2 App Store install, the workaround at the moment is to download the .xib from developer.apple.com.

mdecaro commented 2 years ago

Thanks, that worked.