You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help prevent duplicate issues before submitting a new one:
I've searched other open/closed issues for duplicates before opening up this new issue.
Report
What did you do?
I built Down.framework for macOS, using Carthage.
Then I dragged the framework to my Mac application (which is built for 10.11).
What did you expect to happen?
The application would (still) build.
What happened instead?
Xcode refused to build the application, because Down.framework has MACOSX_DEPLOYMENT_TARGET = 10.12.
Down doesn't use any 10.12 APIs, though, so there doesn't appear to be any downside to changing it to MACOSX_DEPLOYMENT_TARGET = 10.11.
An older macOS target isn't out of line with the other supported platforms. Down.framework still claims to support iOS 8, for example, which is roughly the age of macOS 10.10.
The text was updated successfully, but these errors were encountered:
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
What did you expect to happen?
The application would (still) build.
What happened instead?
Xcode refused to build the application, because Down.framework has
MACOSX_DEPLOYMENT_TARGET = 10.12
.Down doesn't use any 10.12 APIs, though, so there doesn't appear to be any downside to changing it to
MACOSX_DEPLOYMENT_TARGET = 10.11
.An older macOS target isn't out of line with the other supported platforms. Down.framework still claims to support iOS 8, for example, which is roughly the age of macOS 10.10.
The text was updated successfully, but these errors were encountered: