davbeck / ImageIOSwift

Swift wrapper around ImageIO
MIT License
111 stars 15 forks source link

Fix archiving #8

Open PatrikTheDev opened 5 years ago

PatrikTheDev commented 5 years ago

Fixed archiving (at least for me)

davbeck commented 4 years ago

What exactly are you trying to fix here?

PatrikTheDev commented 4 years ago

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)

davbeck commented 4 years ago

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.

PatrikTheDev commented 4 years ago

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.