dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

XCode 13 Archive error #162

Closed artecoop closed 2 years ago

artecoop commented 2 years ago

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 21 04

and this one

Screenshot 2021-09-23 at 11 21 39

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

dmytro-anokhin commented 2 years ago

Hi, thank you for reporting. I updated platform dependency to v12 as recommended workaround. Unfortunately I cannot reproduce the issue, please confirm if it's working for you now. Tag 3.1.1.

artecoop commented 2 years ago

Thanks! I've reverted to Xcode 12 as I needed to continue the development. As soon as I'll update again to 13 I'll report you back. Hopefully someone else will confirm this before me

artecoop commented 2 years ago

@dmytro-anokhin sorry for taking so much time. I can confirm that 3.1.1 solve the problem.