Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting deployment target #1629

Closed
GreatApe opened this issue Dec 7, 2016 · 2 comments
Closed

Selecting deployment target #1629

GreatApe opened this issue Dec 7, 2016 · 2 comments
Labels

Comments

@GreatApe
Copy link

GreatApe commented Dec 7, 2016

I need to have a deployment target of 9.3, but Carthage seems to build everything to 10.1. Is there a way to control this?

Carthage logs that it's e.g. "building scheme Dollar in Dollar.xcodeproj" but the only scheme I can find in the dollar project is for macOS, so I'm not even sure how to do this manually.

http://stackoverflow.com/questions/40952678/select-deployment-target-for-carthage-dependency

@mdiep
Copy link
Member

mdiep commented Dec 7, 2016

Maybe dollar uses a universal target?

Carthage should be respecting the settings of the project.

@GreatApe
Copy link
Author

GreatApe commented Dec 8, 2016

I didn't know that was possible!

OK, so then the problem could be that Carthage doesn't manage to change the deployment target of the "universal target". I did it manually and it seems to work. There are other issues with Dollar in Carthage.

Anyway, thank you for the information that Carthage respects the project deployment target, that wasn't clear to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants