-
Notifications
You must be signed in to change notification settings - Fork 51
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
Carthage build #44
Comments
Let me see about setting up a framework target in the xcodeproj. That'd be the best way... |
Thanks :-) |
Added in version 0.12.66. Re-open if you run into any problems. |
Hi Bill, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I make my Cartfile
and do
But the result I get is
That seems fair, given that
swift build
doesn't build a framework, and there is no framework target in the xcodeproj. But then how do I build a BlueSocket framework with BlueSSLService included if I do not build them separately?My motivation is that I want to make Theo available as a Carthage build, and it uses BlueSocket and BlueSSLService for its SSL Bolt connection.
Cheers
Nik
The text was updated successfully, but these errors were encountered: