scinfu/SwiftSoup

XCode 13 Archive error

artecoop opened this issue · 2 comments

Hello all!
while archiving a project using SwiftSoup using the new XCode 13 and iOS 15 SDK I'll encounter this error

Screenshot 2021-09-23 at 11 18 51

Seems to be related to
https://developer.apple.com/documentation/xcode-release-notes/xcode-13-release-notes
Know Issue 74120874

Any help will be appreciated

Seems that the problem was related to other packages that mangled the whole compilation. Updating all the packages to latest versions without touching SwiftSoup solved the issue