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.53k stars 345 forks source link

Pod 'SwiftSoup' not working with macOS Catalina 10.15 #128

Closed alvarezac1 closed 4 years ago

alvarezac1 commented 5 years ago

I'm new to coding (taking a Udemy class on iOS Swift Development). I'm trying to add pod 'SwiftSoup' pod into my Xcode project. I was able to add the pod (screen shot 1) but then get an error when trying to import the pod in Xcode (screen shot 2). I've been reading on Overstackflow and still haven't found an answer. I did use the sudo gem install cocoapods command in terminal but still got these errors. Any guidance is much appreciated! Thanks

Screen shot 1 image

Screen shot 2 image

scinfu commented 5 years ago

Did you opened Workspace instead project?

alvarezac1 commented 5 years ago

Hey @scinfu - yes, I opened the .xcworkspace file not the . xcodeproj file.

scinfu commented 4 years ago

Try last release Thank you