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

Add framework copy step before linking #314

Merged
merged 1 commit into from
Sep 5, 2017

Conversation

cbracken
Copy link

@cbracken cbracken commented Sep 1, 2017

Linking to private frameworks appears to be disabled on Xcode 9. As a
workaround, make a temporary local copy before the link step, link
against that, then clean up afterwards.

@cbracken
Copy link
Author

cbracken commented Sep 1, 2017

Workaround for #308. I can't claim it's pretty, but it does get things building on Xcode 9 and should get homebrew happy.

Linking to private frameworks appears to be disabled on Xcode 9.  As a
workaround, make a temporary local copy before the link step, link
against that, then clean up afterwards.
@shazron
Copy link

shazron commented Sep 5, 2017

Tested with Xcode 8 👍
Tested with Xcode 9 beta 6 👍
Deployed an app using the binary built with Xcode 9 beta 6 👍

@shazron shazron added this to the 1.9.2 milestone Sep 5, 2017
@shazron shazron merged commit f23c3d4 into ios-control:master Sep 5, 2017
@cbracken cbracken deleted the copy-step branch September 5, 2017 17:27
@shazron shazron mentioned this pull request Oct 30, 2017
6 tasks
@gabebear gabebear mentioned this pull request Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants