Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Xcode 13 Archive failed for target iOS 14 in SwiftUI project #63

Closed
alschmut opened this issue Nov 16, 2021 · 1 comment
Closed

Xcode 13 Archive failed for target iOS 14 in SwiftUI project #63

alschmut opened this issue Nov 16, 2021 · 1 comment

Comments

@alschmut
Copy link

alschmut commented Nov 16, 2021

Bug report

I am using CollectionViewPagingLayout for a SwiftUI project with deployment target iOS 14.0, but when archiving the project using version 1.0.3 via SPM, I am getting around 20 errors about not finding SwiftUI. As of what I understood, the xcode13-no-swiftui branch is meant for projects that support older iOS versions and don't need SwiftUI or Combine, but I do need SwiftUI and Combine compatibility.

Is there a workaround to fix this?

@alschmut alschmut changed the title Xcode 13 Archive failed for target iOS 14 Xcode 13 Archive failed for target iOS 14 in SwiftUI project Nov 16, 2021
@amirdew
Copy link
Owner

amirdew commented Nov 17, 2021

Super annoying bug in Xcode 13!
I created a new branch and set the minimum target to iOS 13
branch name: target-ios-13

I hope they fix this issue in the next Xcode version

@amirdew amirdew closed this as completed Nov 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants