Open
Conversation
Owner
|
What exactly are you trying to fix here? |
Contributor
Author
|
When I try to archive your version, it fails because it can’t find Combine, this fixes it (or another fix is to just change the required version to 13 but that’s not a good solution) |
Owner
|
Archiving how? For what? Do you mean when you try to archive an app that links to this framework? Are you trying to archive the framework itself? Using Xcode or some other means? This implies that you are trying to compile the framework with an older version of Xcode, in which case it would not include any of the code at all. |
Contributor
Author
|
Archiving it with Xcode 11.2.1 (or building for production, the same thing happens). It’s the way to upload to App Store connect. Try it yourself. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed archiving (at least for me)