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

Carthage build #44

Closed
niklassaers opened this issue Nov 17, 2017 · 4 comments
Closed

Carthage build #44

niklassaers opened this issue Nov 17, 2017 · 4 comments

Comments

@niklassaers
Copy link
Contributor

Hi,
I make my Cartfile

github "IBM-Swift/BlueSSLService" ~> 0.12

and do

carthage update

But the result I get is

Dependency "BlueSSLService" has no shared framework schemes

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

@billabt
Copy link
Collaborator

billabt commented Nov 18, 2017

Let me see about setting up a framework target in the xcodeproj. That'd be the best way...

@niklassaers
Copy link
Contributor Author

Thanks :-)

@billabt
Copy link
Collaborator

billabt commented Nov 21, 2017

Added in version 0.12.66. Re-open if you run into any problems.

@niklassaers
Copy link
Contributor Author

Hi Bill,
did run into problems, but solved them and submitted PR #45 :-) Thanks for your help! :-)

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

No branches or pull requests

2 participants